SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (
    85868, 85870, 85871, 85568, 85544, 84237, 
    85548, 85558, 92838, 92839, 92895, 
    92896, 92897, 92898, 92899, 92900, 
    92901, 92902, 92903, 92904, 92905, 
    92906, 92907, 92908
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00096

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.82"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code"
      ],
      "key_length": "206",
      "rows_examined_per_scan": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.42",
        "eval_cost": "2.40",
        "prefix_cost": "10.82",
        "data_read_per_join": "40K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_seo_names`.`object_id` in (85868,85870,85871,85568,85544,84237,85548,85558,92838,92839,92895,92896,92897,92898,92899,92900,92901,92902,92903,92904,92905,92906,92907,92908)) and (`nuie_scalesta_net`.`cscart_seo_names`.`type` = 'p') and (`nuie_scalesta_net`.`cscart_seo_names`.`dispatch` = '') and (`nuie_scalesta_net`.`cscart_seo_names`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id seo_name seo_path
84237 bath-panel-clips-pack-of-6 7148/7156
85544 wastes-and-extras-basin-waste 7184/7219
85548 wastes-and-extras-bath-plug-and-chain 7184/7219
85558 wastes-and-extras-basin-plug-and-chain-en 7184/7219
85568 wastes-and-extras-basin-waste-en 7184/7219
85868 wastes-and-extras-flow-regulator 7184/7221
85870 wastes-and-extras-flow-regulator-en-en 7184/7221
85871 wastes-and-extras-flow-regulator-en-en-en 7184/7221
92838 arv1503 7184/7186
92839 arv1521 7184/7185
92895 bin1503 7184/7186
92896 bin1503f 7184/7186
92897 bin1521 7184/7185
92898 bin1521f 7184/7185
92899 bin303f 7184/7186
92900 bin321f 7184/7185
92901 bin403 7184/7186
92902 bin403f 7184/7186
92903 bin421 7184/7185
92904 bin421f 7184/7185
92905 bin703 7184/7186
92906 bin703f 7184/7186
92907 bin721 7184/7185
92908 bin721f 7184/7185