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 (
    96126, 96127, 96131, 96155, 96156, 99031, 
    99367, 99368, 100395, 100396, 100415, 
    100416, 100867, 100868, 100869, 100870, 
    100877, 100878, 101654, 101655
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00093

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 (96126,96127,96131,96155,96156,99031,99367,99368,100395,100396,100415,100416,100867,100868,100869,100870,100877,100878,101654,101655)) 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
96126 sy-bel17pan 7195/7284/7285
96127 sy-bel17r 7195/7284/7285
96131 sy-evsb17 7195/7284/7285
96155 sy-fsb321l-a 7195/7284/7285
96156 sy-fsb321r-a 7195/7284/7285
99031 nba405-p 7195/7284/7285
99367 nsk801s-p 7195/7284/7285
99368 nsk802s-p 7195/7284/7285
100395 sy-bel15l-p 7195/7284/7285
100396 sy-bel15r-p 7195/7284/7285
100415 sy-fsb321l-a-p 7195/7284/7285
100416 sy-fsb321r-a-p 7195/7284/7285
100867 wbs103-p 7195/7284/7285
100868 wbs104-p 7195/7284/7285
100869 wbs105-p 7195/7284/7285
100870 wbs106-p 7195/7284/7285
100877 wbs701-p 7195/7284/7285
100878 wbs702-p 7195/7284/7285
101654 sy-bel17l-p 7195/7284/7285
101655 sy-bel17r-p 7195/7284/7285