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 (
    410922, 402092, 403976, 408452, 428407, 
    451396, 417863, 425706, 447102, 447465, 
    418224, 454664
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0237706,
    "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": 12,
          "cost": 0.0237706,
          "filtered": 100,
          "attached_condition": "cscart_seo_names.object_id in (410922,402092,403976,408452,428407,451396,417863,425706,447102,447465,418224,454664) 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
402092 eco-book-731 287/304/305
403976 eco-book-805 287/304/305
408452 eco-bottle-248 287/304/305
410922 eco-book-247 287/304/305
417863 eco-bottle-263 287/304/305
418224 eco-bottle-991 287/304/305
425706 eco-bottle-683 287/304/305
428407 eco-bottle-248-en 287/304/305
447102 eco-bottle-741 287/304/305
447465 eco-bottle-914 287/304/305
451396 eco-bottle-251 287/304/305
454664 eco-camera-132 287/304/305