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 (
    98407, 98408, 98409, 98410, 98552, 98553, 
    98554, 98555, 98556, 98763, 98764, 
    98765, 98766, 98767, 98768, 98818, 
    98822, 98826, 98830, 98859, 98860, 
    98861, 98862, 98863
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00094

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 (98407,98408,98409,98410,98552,98553,98554,98555,98556,98763,98764,98765,98766,98767,98768,98818,98822,98826,98830,98859,98860,98861,98862,98863)) 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
98407 cur141-p 7170/7201
98408 cur241-p 7170/7201
98409 cur341-p 7170/7201
98410 cur841-p 7170/7201
98552 flu141-p 7170/7201
98553 flu1441-p 7170/7201
98554 flu241-p 7170/7201
98555 flu341-p 7170/7201
98556 flu841-p 7170/7201
98763 lfl141-p 7170/7201
98764 lfl1441-p 7170/7201
98765 lfl1841-p 7170/7201
98766 lfl3141-p 7170/7201
98767 lfl3241-p 7170/7201
98768 lft3041-p 7170/7201
98818 lon241-p 7170/7201
98822 lon341-p 7170/7201
98826 lon441-p 7170/7201
98830 lon841-p 7170/7201
98859 lsh141-p 7170/7201
98860 lsh1441-p 7170/7201
98861 lsh1841-p 7170/7201
98862 lsh3141-p 7170/7201
98863 lsh3241-p 7170/7201