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 (
    98305, 98306, 98307, 98308, 98309, 98310, 
    98311, 98312, 98313, 98482, 98690, 
    98693, 98694, 98758, 100374, 100375, 
    100380, 100381, 100382, 100383, 100598, 
    100601, 101635, 101636, 101639, 101640, 
    101644, 101645, 101646, 101647
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00109

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 (98305,98306,98307,98308,98309,98310,98311,98312,98313,98482,98690,98693,98694,98758,100374,100375,100380,100381,100382,100383,100598,100601,101635,101636,101639,101640,101644,101645,101646,101647)) 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
98305 csc220n-m 7148/7149/7161
98306 csc225-m 7148/7149/7161
98307 csc225bc-m 7148/7149/7161
98308 csc225bco-m 7148/7149/7161
98309 csc225bg-m 7148/7149/7161
98310 csc225bn-m 7148/7149/7161
98311 csc225co-m 7148/7149/7161
98312 csc225g-m 7148/7149/7161
98313 csc225n-m 7148/7149/7161
98482 ea383-m 7148/7149
98690 jty004-p 7148/7149/7151
98693 jty034-p 7148/7149/7151
98694 jty035-m 7148/7149/7151
98758 la371-p 7148/7149
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
101644 sy-3117cr 7148/7149/7151
101645 sy-3117cr-p 7148/7149/7151
101646 sy-3211cr 7148/7149/7151
101647 sy-3211cr-p 7148/7149/7151