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 (
    90586, 90587, 89245, 89246, 89247, 89248, 
    90018, 90019, 90020, 90021, 90014, 
    90015, 90016, 90017, 90026, 100849, 
    100850, 100851, 100852, 100857
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00100

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.01"
    },
    "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": 20,
      "rows_produced_per_join": 20,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "7.02",
        "eval_cost": "2.00",
        "prefix_cost": "9.02",
        "data_read_per_join": "33K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_seo_names`.`object_id` in (90586,90587,89245,89246,89247,89248,90018,90019,90020,90021,90014,90015,90016,90017,90026,100849,100850,100851,100852,100857)) 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
89245 1700mm-b-shaped-left-hand-bath-set 7195/7284/7286
89246 1700mm-b-shaped-right-hand-bath-set 7195/7284/7286
89247 1500mm-b-shaped-left-hand-bath-set 7195/7284/7286
89248 1500mm-b-shaped-right-hand-bath-set 7195/7284/7286
90014 b-shaped-shower-sath-left-hand-1700mm-no-leg-set 7195/7284/7286
90015 b-shaped-shower-sath-right-hand-1700mm-no-leg-set 7195/7284/7286
90016 b-shaped-shower-sath-left-hand-1500mm-no-leg-set 7195/7284/7286
90017 b-shaped-shower-sath-right-hand-1500mm-no-leg-set 7195/7284/7286
90018 1500mm-left-hand-b-shaped-bath 7195/7284/7286
90019 1500mm-right-hand-b-shaped-bath 7195/7284/7286
90020 1700mm-left-hand-b-shaped-bath 7195/7284/7286
90021 1700mm-right-hand-b-shaped-bath 7195/7284/7286
90026 p-shaped-shower-bath-left-hand-1700mm-no-leg-set 7195/7284/7287
90586 1700-b-bath-panel-and-chrome-screen-left-hand 7195/7284/7286
90587 1700-b-bath-panel-and-chrome-screen-right-hand 7195/7284/7286
100849 wbb101-p 7195/7284/7286
100850 wbb102-p 7195/7284/7286
100851 wbb103-p 7195/7284/7286
100852 wbb104-p 7195/7284/7286
100857 wbp101-p 7195/7284/7286