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 (
    10180, 10179, 12633, 12632, 15744, 15736, 
    15737, 15738, 15739, 15740, 15741, 
    15742, 15743, 15745, 15746, 10747, 
    10748, 10749, 10750, 10751
  ) 
  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.00042

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 (10180,10179,12633,12632,15744,15736,15737,15738,15739,15740,15741,15742,15743,15745,15746,10747,10748,10749,10750,10751) 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
10179 cos-col-01 265/280/283/1674
10180 cos-col-02 265/280/283/1674
10747 product-10747 265/280/283/1677
10748 product-10748 265/280/283/1677
10749 product-10749 265/280/283/1677
10750 product-10750 265/280/283/1677
10751 product-10751 265/280/283/1677
12632 belgiyskiy-kover-slab-200x300 265/266/277
12633 belgiyskiy-kover-air-200x300 265/266/277
15736 baxter-col-10 265/280/370/1673
15737 baxter-col-11 265/280/370/1673
15738 baxter-col-05 265/280/370/1673
15739 baxter-col-06 265/280/301
15740 baxter-col-07 265/280/370/1673
15741 baxter-col-08 265/280/370/1673
15742 baxter-col-09 265/280/301
15743 baxter-col-04 265/280/370/1673
15744 baxter-col-01 265/280/370/1673
15745 baxter-col-02 265/280/370/1673
15746 baxter-col-03 265/280/370/1673