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 (
    9730, 9731, 9732, 9733, 10181, 9734, 
    9735, 9724, 10655, 10654, 10605, 10604, 
    9873, 10653, 10646, 10645, 10647, 10648, 
    10649, 10726, 10650, 9789, 10547, 9796, 
    9874, 9875, 9879, 9887, 9941, 9942, 
    9943, 9944
  ) 
  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.00087

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": 64,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (9730,9731,9732,9733,10181,9734,9735,9724,10655,10654,10605,10604,9873,10653,10646,10645,10647,10648,10649,10726,10650,9789,10547,9796,9874,9875,9879,9887,9941,9942,9943,9944) 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
9724 for-rest-col-13 265/280/291/1671
9730 for-rest-col-06 265/280/291/1671
9731 for-rest-col-07 265/280/291/1671
9732 for-rest-col-08 265/280/291/1671
9733 for-rest-col-09 265/280/291/1671
9734 for-rest-col-11 265/280/291/1671
9735 for-rest-col-12 265/280/291/1671
9789 chalet-col-10 265/280/309/700
9796 empire-col-05 265/280/291/1672
9873 charisma-col-05 265/280/309/708
9874 empire-col-01 265/280/291/1672
9875 empire-col-02 265/280/291/1672
9879 empire-col-04 265/280/291/1672
9887 empire-col-03 265/280/291/1672
9941 empire-col-08 265/280/291/1672
9942 empire-col-06 265/280/291/1672
9943 empire-col-07 265/280/291/1672
9944 empire-col-09 265/280/291/1672
10181 for-rest-col-10 265/280/291/1671
10547 chalet-col-09 265/280/309/700
10604 charisma-col-04 265/280/309/708
10605 charisma-col-03 265/280/309/708
10645 chalet-col-03 265/280/309/700
10646 chalet-col-02 265/280/309/700
10647 chalet-col-04 265/280/309/700
10648 chalet-col-05 265/280/309/700
10649 chalet-col-06 265/280/309/700
10650 chalet-col-08 265/280/309/700
10653 chalet-col-01 265/280/309/700
10654 charisma-col-02 265/280/309/708
10655 charisma-col-01 265/280/309/708
10726 chalet-col-07 265/280/309/700