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 (
    12628, 12602, 12640, 12647, 12588, 12605, 
    12606, 12637, 12612, 12613, 12641, 
    12554, 12552, 12642, 12648, 12611, 
    12596, 12607, 12608, 12610
  ) 
  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.00064

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 (12628,12602,12640,12647,12588,12605,12606,12637,12612,12613,12641,12554,12552,12642,12648,12611,12596,12607,12608,12610) 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
12552 tureckiy-kover-marble-powder-160x230 265/266/268
12554 tureckiy-kover-marble-ocean-200x290 265/266/268
12588 tureckiy-kover-good-night-blue-152h200 265/266/267
12596 tureckiy-kover-nordic-ocean-200x290 265/266/277
12602 tureckiy-kover-elegant-bone-bone-80x150 265/266/267
12605 tureckiy-kover-grigio-grey-grey-160x230 265/266/270
12606 tureckiy-kover-grigio-grey-grey-80x150 265/266/267
12607 tureckiy-kover-pebbles-grey-grey-160x230 265/266/270
12608 tureckiy-kover-pebbles-grey-grey-80x75 265/266/267
12610 tureckiy-kover-penthouse-shr-papatya-160x230 265/266/267
12611 tureckiy-kover-mosaic-160x230 265/266/270
12612 tureckiy-kover-lama-i-bone-black-160x230 265/266/277
12613 tureckiy-kover-lama-ii-bone-grey-160x230 265/266/277
12628 tureckiy-kover-elegant-bone-bone-200x300 265/266/270
12637 tureckiy-kover-jakarta-vanila-100h200 265/266/270
12640 tureckiy-kover-games-120x180 265/266/267
12641 tureckiy-kover-lion-120x180 265/266/267
12642 tureckiy-kover-moon-120x180 265/266/270
12647 tureckiy-kover-games-160x230 265/266/267
12648 tureckiy-kover-moon-160x230 265/266/270