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 (
    406411, 404724, 417300, 410868, 452526, 
    440855, 407708, 457100, 449639, 427186, 
    434226, 413616
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00059

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 (406411,404724,417300,410868,452526,440855,407708,457100,449639,427186,434226,413616) 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
404724 classic-phone-379 287/304/305
406411 classic-phone-307 287/304/305
407708 classic-router-406 287/304/305
410868 classic-phone-910 287/304/305
413616 classic-router-878 287/304/305
417300 classic-phone-734 287/304/305
427186 classic-router-643 287/304/305
434226 classic-router-822 287/304/305
440855 classic-router-324 287/304/305
449639 classic-router-641 287/304/305
452526 classic-phone-943 287/304/305
457100 classic-router-552 287/304/305