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 (
    427542, 408429, 447154, 419276, 421080, 
    437947, 413185, 419295, 403213, 403380, 
    408359, 409393, 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.00065

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.04756928,
    "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": 24,
          "cost": 0.04756928,
          "filtered": 100,
          "attached_condition": "cscart_seo_names.object_id in (427542,408429,447154,419276,421080,437947,413185,419295,403213,403380,408359,409393,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
403213 lite-sneakers-896 287/304/305
403380 lite-sofa-200 287/304/305
408359 lite-sofa-519 287/304/305
408429 lite-shirt-313 287/304/305
409393 lite-sofa-808 287/304/305
411903 lite-watch-182 287/304/305
413185 lite-sneakers-290 287/304/305
419276 lite-shirt-716 287/304/305
419295 lite-sneakers-564 287/304/305
421080 lite-shirt-717 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
427542 lite-shirt-229 287/304/305
430349 lite-sofa-821 287/304/305
433129 max-backpack-775 287/304/305
434875 max-book-868 287/304/305
437947 lite-sneakers-188 287/304/305
441519 max-book-612 287/304/305
447154 lite-shirt-702 287/304/305
453094 lite-sofa-900 287/304/305
459596 max-book-549 287/304/305
460167 max-bottle-429 287/304/305