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 (
    403905, 410883, 408899, 408775, 440269, 
    435840, 444141, 410125, 453374, 429849, 
    427100, 430100, 427619, 444547, 432847, 
    403496, 431636, 455406, 435103, 415659, 
    443503, 401160, 406539, 408349
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00069

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 (403905,410883,408899,408775,440269,435840,444141,410125,453374,429849,427100,430100,427619,444547,432847,403496,431636,455406,435103,415659,443503,401160,406539,408349) 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
401160 smart-laptop-936 287/304/305
403496 smart-laptop-122 287/304/305
403905 smart-drone-597 287/304/305
406539 smart-laptop-942 287/304/305
408349 smart-mixer-707 287/304/305
408775 smart-drone-919 287/304/305
408899 smart-drone-903 287/304/305
410125 smart-grinder-376 287/304/305
410883 smart-drone-684 287/304/305
415659 smart-laptop-803 287/304/305
427100 smart-headphones-346 287/304/305
427619 smart-headphones-568 287/304/305
429849 smart-headphones-291 287/304/305
430100 smart-headphones-560 287/304/305
431636 smart-laptop-715 287/304/305
432847 smart-headphones-893 287/304/305
435103 smart-laptop-767 287/304/305
435840 smart-drone-945 287/304/305
440269 smart-drone-920 287/304/305
443503 smart-laptop-823 287/304/305
444141 smart-grinder-278 287/304/305
444547 smart-headphones-882 287/304/305
453374 smart-grinder-744 287/304/305
455406 smart-laptop-753 287/304/305