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 (
    10066, 10024, 10025, 10026, 10027, 10028, 
    10029, 10030, 10031, 10032, 10033, 
    10034, 10035, 10036, 10037, 10038, 
    10039, 10040, 10840, 10841
  ) 
  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.00309

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 (10066,10024,10025,10026,10027,10028,10029,10030,10031,10032,10033,10034,10035,10036,10037,10038,10039,10040,10840,10841) 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
10024 target-col-01 265/280/283/1636
10025 target-col-02 265/280/283/1636
10026 target-col-03 265/280/283/1636
10027 target-col-04 265/280/283/1636
10028 target-soft-col-01 265/280/283/1636
10029 target-soft-col-02 265/280/283/1636
10030 target-soft-col-03 265/280/283/1636
10031 target-soft-col-04 265/280/283/1636
10032 target-soft-col-05 265/280/283/1636
10033 target-soft-col-06 265/280/283/1636
10034 target-soft-col-07 265/280/283/1636
10035 target-soft-col-08 265/280/283/1636
10036 target-soft-col-09 265/280/283/1636
10037 target-soft-col-10 265/280/283/1636
10038 target-soft-col-11 265/280/283/1636
10039 target-soft-col-12 265/280/283/1636
10040 target-soft-col-13 265/280/283/1636
10066 simmetrika-col-07-ru-2 265/280/283/1629
10840 epoha-col-01 265/280/283/667
10841 epoha-col-02 265/280/283/667