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 (
    4975, 4974, 4998, 4995, 5039, 5038, 4991, 
    5309, 5331, 5332, 5346
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00103

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.41"
    },
    "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",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_seo_names`.`object_id` in (4975,4974,4998,4995,5039,5038,4991,5309,5331,5332,5346)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_seo_names`.`type` = 'p') and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_seo_names`.`dispatch` = '') and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_seo_names`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "8.71",
        "eval_cost": "1.70",
        "prefix_cost": "10.41",
        "data_read_per_join": "28K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
4974 nespresso-pixie-machine 250/553/554
4975 nespresso-pixie-machine-en 250
4991 nespresso-citiz 372/552/556
4995 nespresso-essenza-mini-d30 372/552/556
4998 nespresso-essenza-mini-d30-en 250
5038 nespresso-citiz-en 250
5039 nespresso-citiz-en-2 250
5309 delonghi-ec685-dedica-style 372/552/556
5331 delonghi-ec685-dedica-style-en 372
5332 delonghi-ec685-dedica-style-en-2 372
5346 delonghi-magnifica-s 372/552/556