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 (
    406, 407, 408, 409, 410, 411, 412, 413, 
    414, 415, 416
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00031

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.02193281,
    "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"],
          "loops": 1,
          "rows": 11,
          "cost": 0.02193281,
          "filtered": 100,
          "attached_condition": "cscart_seo_names.object_id in (406,407,408,409,410,411,412,413,414,415,416) 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
406 zerup-bottles-4-pack-en-5 20
407 zerup-bottles-4-pack-en-6 20
408 zerup-bottles-4-pack-en-7 20
409 zerup-bottles-4-pack-en-8 20
410 zerup-bottles-4-pack-en-9 20
411 zerup-bottles-4-pack-en-10 20
412 zerup-bottles-4-pack-en-11 20
413 zerup-bottles-4-pack-en-12 20
414 zerup-bottles-4-pack-en-13 20
415 zerup-bottles-4-pack-en-14 20
416 zerup-bottles-4-pack-en-15 20