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 (
    98038, 98229, 98230, 98231, 98232, 98233, 
    98324, 98325, 98326, 98416, 98502, 
    98882, 98883, 98884, 98885, 99136, 
    99137, 99138, 99139, 99140, 99145, 
    99146, 99147, 99148
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00113

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 (98038,98229,98230,98231,98232,98233,98324,98325,98326,98416,98502,98882,98883,98884,98885,99136,99137,99138,99139,99140,99145,99146,99147,99148)) 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
98038 btw006-p 7197/7198/7199
98229 crp306w-m 7197/7198/7199
98230 crp340-m 7197/7198/7209
98231 crp341w-m 7197/7198/7209
98232 crp600w-m 7197/7198/7209
98233 crp606w-m 7197/7198/7199
98324 csp300w-m 7197/7198/7209
98325 csp406w-m 7197/7198/7199
98326 csp440-m 7197/7198/7209
98416 docmp100-p 7197/7198/7203
98502 emb140-m 7197/7198/7209
98882 lxcg306-m 7197/7198/7199
98883 lxcg406-m 7197/7198/7199
98884 lxcg506-m 7197/7198/7199
98885 lxcg606-m 7197/7198/7199
99136 ncg306-p 7197/7198/7199
99137 ncg340-p 7197/7198/7209
99138 ncg341-p 7197/7198/7209
99139 ncg350r-p 7197/7198/7203
99140 ncg391-p 7197/7198/7203
99145 ncg406-p 7197/7198/7199
99146 ncg440-p 7197/7198/7209
99147 ncg441-p 7197/7198/7209
99148 ncg450-p 7197/7198/7203