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 (
    10418, 10419, 10420, 10421, 10434, 10436, 
    10450, 10453, 10459, 10466, 10470, 
    10471, 10472, 10473, 10477, 10478
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'ru'

Query time 0.00062

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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"],
      "rows": 16,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (10418,10419,10420,10421,10434,10436,10450,10453,10459,10466,10470,10471,10472,10473,10477,10478) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'ru'"
    }
  }
}

Result

product_id seo_name seo_path
10418 hook-toothing 499/517/574
10419 bolt-washer 499/517/574
10420 screw-tapping-ru-5 499/517/574
10421 sealant-tire-ru-2 499/517/574
10434 clip-trim-mounting-ru 499/517/574
10436 coil-spring 499/517/592
10450 screw-tapping 499/514/588
10453 glass-windshield-ru-2 499/514/588
10459 weather-strip-hood-ru-3 499/514/588
10466 sensor-auto-defog-ru 499/514/588
10470 screw-tapping-ru-9 499/514/594
10471 end-piece-left-ru-2 499/514/594
10472 end-piece-right-ru-2 499/514/594
10473 nut-speed 499/514/594
10477 cover-front-bumper-ru-4 499/514/594
10478 grille-front-bumper-ru-3 499/514/594