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 (
    3675, 392, 3785, 393, 4990, 6211, 4989, 
    7905
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00037

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": 16,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (3675,392,3785,393,4990,6211,4989,7905) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en' and (cscart_seo_names.company_id = 1 or cscart_seo_names.company_id = 0)"
    }
  }
}

Result

product_id seo_name seo_path
392 standard-horizon-hx400-en-2-3-4-5-6 404/18/3431
393 standard-horizon-hx400is-en-2-3-4-5-6 404/18/3432
3675 standard-horizon-hx380-vhf-marine-handheld 404/18/3430
3785 standard-horizon-hx210 396/411
4989 standard-horizon-hx40-6w-ultra-compact-handheld-vhf-with-fm-band-receiver 396/411
4990 standard-horizon-hx890bk-6w-handheld-vhf-class-h-dsc 396/411
6211 standard-horizon-hx320 396/411
7905 standard-horizon-hx891btbk-6w-handheld-vhf-class-h-dsc-black-clone 396/411