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 (
    95932, 96245, 96283, 96284, 96285, 96286, 
    96293, 96597, 96600, 100545, 100582, 
    100583, 100584, 100585, 100592, 101574, 
    101612, 101613, 101614, 101615, 101622
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00087

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.46"
    },
    "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": 21,
      "rows_produced_per_join": 21,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "7.37",
        "eval_cost": "2.10",
        "prefix_cost": "9.47",
        "data_read_per_join": "35K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_seo_names`.`object_id` in (95932,96245,96283,96284,96285,96286,96293,96597,96600,100545,100582,100583,100584,100585,100592,101574,101612,101613,101614,101615,101622)) 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
95932 nct-7676 7237/7268
96245 tr9-1010 7237/7268
96283 tr9-7070 7237/7268
96284 tr9-7676 7237/7268
96285 tr9-8070 7237/7268
96286 tr9-8080 7237/7268
96293 tr9-9090 7237/7268
96597 238has7070-c-p 7237/7268
96600 238has9090-c-p 7237/7268
100545 tr9-1010-p 7237/7268
100582 tr9-7070-p 7237/7268
100583 tr9-7676-p 7237/7268
100584 tr9-8070-p 7237/7268
100585 tr9-8080-p 7237/7268
100592 tr9-9090-p 7237/7268
101574 tr7-1010-p 7237/7268
101612 tr7-7070-p 7237/7268
101613 tr7-7676-p 7237/7268
101614 tr7-8070-p 7237/7268
101615 tr7-8080-p 7237/7268
101622 tr7-9090-p 7237/7268