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 (
    10147, 10148, 10149, 10150, 10151, 10152, 
    12969, 10203, 10204, 10205, 10206, 
    10207, 10208, 10209, 10210, 10211, 
    10212, 10213, 10214, 10215
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'ru' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00060

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "PRIMARY",
      "key_length": "210",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code",
        "company_id"
      ],
      "rows": 40,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (10147,10148,10149,10150,10151,10152,12969,10203,10204,10205,10206,10207,10208,10209,10210,10211,10212,10213,10214,10215) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'ru' and (cscart_seo_names.company_id = 1 or cscart_seo_names.company_id = 0)"
    }
  }
}

Result

product_id seo_name seo_path
10147 erwin-i-col-05 265/280/393/1151
10148 erwin-ii-col-01 265/280/393/1151
10149 erwin-ii-col-02 265/280/393/1151
10150 erwin-ii-col-03 265/280/393/1151
10151 erwin-ii-col-04 265/280/393/1151
10152 erwin-ii-col-05 265/280/393/1151
10203 maverisk-col-01 265/280/370/1637
10204 maverisk-col-02 265/280/370/1637
10205 maverisk-col-03 265/280/370/1637
10206 maverick-col-04 265/280/370/1637
10207 maverisk-col-05 265/280/370/1637
10208 maverisk-col-06 265/280/370/1637
10209 maverick-col-07 265/280/370/1637
10210 maverisk-col-08 265/280/370/1637
10211 maverisk-col-09 265/280/370/1637
10212 maverisk-col-10 265/280/370/1637
10213 maverisk-col-11 265/280/370/1637
10214 maverisk-col-12 265/280/370/1637
10215 maverisk-col-13 265/280/370/1637
12969 erwin-i-col-01 265/280/393/1151