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 (61399, 61400, 61401, 65496, 65530) 
  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.00053

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": 10,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (61399,61400,61401,65496,65530) 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
61399 the-original-led-warehouse-gooseneck-light-24-and-28 1614
61400 the-original-led-warehouse-pendant-light-24-and-28 1920/1927/1928
61401 the-original-stem-mount-led-pendant-24-and-28 1920/1927/1929
65496 the-original-led-chain-hung-pendant-light-24-and-28 1920/1927/1930
65530 the-original-led-flush-mount-pendant-light-24-and-28 1920/1927/1931