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 (
    97821, 98258, 98259, 98260, 98261, 98262, 
    98263, 98264, 98265, 98690, 98693, 
    98694, 100374, 100375, 100380, 100381, 
    100382, 100383, 100598, 100601, 101635, 
    101636, 101639, 101640
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00101

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 (97821,98258,98259,98260,98261,98262,98263,98264,98265,98690,98693,98694,100374,100375,100380,100381,100382,100383,100598,100601,101635,101636,101639,101640)) 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
97821 bays204-m 7148/7149/7151
98258 csb105-m 7148/7149/7151
98259 csb105bc-m 7148/7149/7151
98260 csb105bco-m 7148/7149/7151
98261 csb105bg-m 7148/7149/7151
98262 csb105bn-m 7148/7149/7151
98263 csb105co-m 7148/7149/7151
98264 csb105g-m 7148/7149/7151
98265 csb105n-m 7148/7149/7151
98690 jty004-p 7148/7149/7151
98693 jty034-p 7148/7149/7151
98694 jty035-m 7148/7149/7151
100374 sty042-p 7148/7149/7151
100375 sty059-p 7148/7149/7151
100380 sty1542-p 7148/7149/7151
100381 sty442-p 7148/7149/7151
100382 sty742-p 7148/7149/7151
100383 sty842-p 7148/7149/7151
100598 tsk001-p 7148/7149/7151
100601 tss111-p 7148/7149/7151
101635 sy-042cr 7148/7149/7151
101636 sy-042cr-p 7148/7149/7151
101639 sy-1542bz 7148/7149/7151
101640 sy-1542bz-p 7148/7149/7151