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 (
    40437, 40451, 2320, 2319, 48846, 40445
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00164

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "PRIMARY",
          "key_length": "206",
          "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
          "rows": 7,
          "filtered": 100,
          "index_condition": "cscart_seo_names.object_id in (40437,40451,2320,2319,48846,40445) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id seo_name seo_path
2319 ly-dynasty-dragon-handcrafted-leather-airpods-case-en-2 99/152
2320 the-five-tigers-handcrafted-leather-airpods-case 99/152
40437 dragon-hand-drawn-leather-keychain-12-zodiacs-collection 99/149
40445 sunlight-hand-drawn-leather-keychain-mck-light-collection 99/149
40451 heartlight-hand-drawn-leather-couple-keychain-mck-light-collection 99/149
48846 red-dragon-of-ly-dynasty-hand-drawn-leather-lighter-art-lighters-leather-accessories-handmade-gifts-aesthetic-unique-gift-personalized-gifts 99/153