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 (
    88549, 88548, 88590, 88591, 88592, 88798, 
    88702, 88749, 88799, 88703, 88750, 
    88595, 88797, 88701, 88748, 88596, 
    88594
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00070

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.66"
    },
    "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": 17,
      "rows_produced_per_join": 17,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "5.96",
        "eval_cost": "1.70",
        "prefix_cost": "7.66",
        "data_read_per_join": "28K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_seo_names`.`object_id` in (88549,88548,88590,88591,88592,88798,88702,88749,88799,88703,88750,88595,88797,88701,88748,88596,88594)) 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
88548 fusion-fitted-floor-standing-1-door-vanity-unit-compact-400mm 7210/7211/7282
88549 fusion-fitted-floor-standing-1-door-vanity-unit-400mm 7210/7211/7282
88590 fusion-fitted-floor-standing-1-door-base-unit-compact-300mm 7210/7211/7282
88591 fusion-fitted-floor-standing-1-door-base-unit-300mm 7210/7211/7282
88592 fusion-fitted-floor-standing-1-door-base-unit-compact-400mm 7210/7211/7282
88594 fusion-fitted-plinth-1250mm 7210/7211/7282
88595 fusion-fitted-decorative-end-panel 7210/7211/7282
88596 fusion-fitted-plinth-2000mm 7210/7211/7282
88701 fusion-fitted-plinth-1250mm-en-en 7210/7211/7282
88702 fusion-fitted-decorative-end-panel-en-en 7210/7211/7282
88703 fusion-fitted-plinth-2000mm-en-en 7210/7211/7282
88748 fusion-fitted-plinth-1250mm-en-en-en 7210/7211/7282
88749 fusion-fitted-decorative-end-panel-en-en-en 7210/7211/7282
88750 fusion-fitted-plinth-2000mm-en-en-en 7210/7211/7282
88797 fusion-fitted-plinth-1250mm-en-en-en-en 7210/7211/7282
88798 fusion-fitted-decorative-end-panel-en-en-en-en 7210/7211/7282
88799 fusion-fitted-plinth-2000mm-en-en-en-en 7210/7211/7282