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 (
    61623, 62174, 62054, 62226, 61342, 62055, 
    61077, 61075, 61082, 61180, 61478, 
    61429
  ) 
  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.00059

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "dispatch",
      "key_length": "210",
      "used_key_parts": [
        "dispatch",
        "object_id",
        "type",
        "lang_code",
        "company_id"
      ],
      "rows": 24,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (61623,62174,62054,62226,61342,62055,61077,61075,61082,61180,61478,61429) 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
61075 canal-soho-studio-light 1887/1888/1889
61077 marathon-soho-studio-light 1887/1888/1889
61082 lafayette-soho-stem-mount-pendant-light 1887/1888/1890
61180 fargo-wall-sconce 1887/1896/1899
61342 sydney-stem-mount-pendant-light 1887/1888/1890
61429 industrial-guard-stem-mount-pendant-light 1887/1888/1890
61478 merger-2-light-chandelier 1887/1888/2010
61623 primary-4-light-straight-arm-schoolhouse-chandelier 1887/1888/2010
62054 the-original-vented-pendant-light 1887/1888/1889
62055 the-original-vented-stem-mount-pendant-light 1887/1888/1890
62174 brisbane-gooseneck-light 1887/1896/1897
62226 gladstone-pendant-light 1887/1888/1889