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 (
    93031, 93032, 93033, 93034, 93035, 93036, 
    93037, 93038, 93047, 93048, 93049, 
    93050, 93051, 93052, 93053, 93062, 
    93063, 93064, 93065, 93066, 93067, 
    93068, 93069, 93280, 93359, 93360, 
    93361, 93523, 93525, 93527
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00163

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.52"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.52",
        "eval_cost": "3.00",
        "prefix_cost": "13.52",
        "data_read_per_join": "50K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_seo_names`.`object_id` in (93031,93032,93033,93034,93035,93036,93037,93038,93047,93048,93049,93050,93051,93052,93053,93062,93063,93064,93065,93066,93067,93068,93069,93280,93359,93360,93361,93523,93525,93527)) 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
93031 che303 7184/7186
93032 che303bc 7184/7186
93033 che303bco 7184/7186
93034 che303bg 7184/7186
93035 che303bn 7184/7186
93036 che303co 7184/7186
93037 che303g 7184/7186
93038 che303n 7184/7186
93047 che308bc 7184/7186
93048 che308bco 7184/7186
93049 che308bg 7184/7186
93050 che308bn 7184/7186
93051 che308co 7184/7186
93052 che308g 7184/7186
93053 che308n 7184/7186
93062 che333 7184/7186
93063 che333bc 7184/7186
93064 che333bco 7184/7186
93065 che333bg 7184/7186
93066 che333bn 7184/7186
93067 che333co 7184/7186
93068 che333g 7184/7186
93069 che333n 7184/7186
93280 dty303 7184/7186
93359 hal303 7184/7186
93360 hal403 7184/7186
93361 hal803 7184/7186
93523 kal303 7184/7186
93525 kal403 7184/7186
93527 kal803 7184/7186