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 (
    10656, 10657, 10658, 10659, 10660, 10661, 
    10662, 10663, 10664, 10671, 10673, 
    10675, 10676, 10677, 10678, 10679
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'ru'

Query time 0.00238

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 (10656,10657,10658,10659,10660,10661,10662,10663,10664,10671,10673,10675,10676,10677,10678,10679) 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
10656 protector-wiring-ru-7 499/532/516
10657 protector-wiring-ru-8 499/532/516
10658 protector-wiring-ru-9 499/532/516
10659 protector-wiring-ru-10 499/532/516
10660 protector-wiring-ru-11 499/532/516
10661 protector-wiring-ru-12 499/532/516
10662 protector-wiring-ru-13 499/532/516
10663 protector-wiring-ru-14 499/532/516
10664 protector-wiring-ru-15 499/532/516
10671 bracket-junction-box 499/532/516
10673 grommet-ru-2 499/532/516
10675 protector-wiring-ru-16 499/532/516
10676 grommet-ru-3 499/532/516
10677 grommet-ru-4 499/532/516
10678 protector-wiring-ru-17 499/532/516
10679 protector-wiring-ru-18 499/532/516