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 (
    445650, 452876, 409275, 417856, 421213, 
    459072, 434781, 451373, 459407, 430283, 
    442733, 428634
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00106

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 (445650,452876,409275,417856,421213,459072,434781,451373,459407,430283,442733,428634) 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
409275 max-headphones-204 287/304/305
417856 max-headphones-279 287/304/305
421213 max-headphones-281 287/304/305
428634 max-headphones-715 287/288/289
430283 max-headphones-665 287/288/289
434781 max-headphones-399 287/304/305
442733 max-headphones-701 287/288/289
445650 max-headphones-108 287/304/305
451373 max-headphones-481 287/288/289
452876 max-headphones-145 287/288/289
459072 max-headphones-385 287/304/305
459407 max-headphones-547 287/304/305