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 (
    430349, 453094, 411903, 422798, 422092, 
    433129, 424917, 459596, 425363, 441519, 
    434875, 460167
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00039

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 (430349,453094,411903,422798,422092,433129,424917,459596,425363,441519,434875,460167) 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
411903 lite-watch-182 287/304/305
422092 max-backpack-491 287/304/305
422798 lite-watch-479 287/304/305
424917 max-book-477 287/304/305
425363 max-book-609 287/304/305
430349 lite-sofa-821 287/304/305
433129 max-backpack-775 287/304/305
434875 max-book-868 287/304/305
441519 max-book-612 287/304/305
453094 lite-sofa-900 287/304/305
459596 max-book-549 287/304/305
460167 max-bottle-429 287/304/305