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 (
    10092, 10128, 10129, 10160, 10166, 10167, 
    10170, 10171, 10172, 10173, 10174, 
    10175, 10176, 10177, 10178, 10180
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'ru'

Query time 0.00213

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 (10092,10128,10129,10160,10166,10167,10170,10171,10172,10173,10174,10175,10176,10177,10178,10180) 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
10092 clip-trim-mounting-ru-4 499/517/580
10128 hook-assembly-coat 499/517/592
10129 clip-trim-mounting-ru-3 499/517/592
10160 deflector-pivot 499/514/589
10166 tilt-lever-panoramic-roof-moving-glass-left-ru-2 499/514/589
10167 tilt-lever-panoramic-roof-moving-glass-right-ru-3 499/514/589
10170 weather-strip-front-door-body-side-left-ru-3 499/514/587
10171 weather-strip-front-door-body-side-right-ru 499/514/587
10172 weather-strip-assembly-front-door-lower-left-ru-2 499/514/587
10173 weather-strip-assembly-front-door-side-left-ru-3 499/514/587
10174 weather-strip-assembly-front-door-lower-right-ru-2 499/514/587
10175 weather-strip-assembly-front-door-side-right-ru-3 499/514/587
10176 weather-strip-assembly-front-door-parting-left-ru-2 499/514/587
10177 weather-strip-assembly-front-door-parting-right-ru-2 499/514/587
10178 weather-strip-front-door-belt-outside-left 499/514/587
10180 weather-strip-assembly-front-door-belt-exterior-ru-4 499/514/587