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 (
    7037, 7045, 6985, 8321, 8452, 9206, 9175
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00089

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.91"
    },
    "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": 7,
      "rows_produced_per_join": 7,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_seo_names`.`object_id` in (7037,7045,6985,8321,8452,9206,9175)) 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": "4.21",
        "eval_cost": "0.70",
        "prefix_cost": "4.91",
        "data_read_per_join": "11K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
6985 maybelline-fit-me-concealer-15-fair-clone 577/616/617
7037 bourjois-healthy-mix-clean-concealer-051-light-vanilla 577/616/617
7045 bourjois-healthy-mix-clean-foundation-054-beige-radiant-natural-coverage 577/616/617
8321 bourjois-healthy-mix-tinted-beautifier-001-fair 577/616/617
8452 bourjois-always-fabulous-concealer-300-beige-rose 577/616/617
9175 bourjois-healthy-mix-clean-and-vegan-bb-cream-001 577/616/617
9206 bourjois-051-healthy-mix-clean-roll-on-serum-concealer 577/616/617