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 (6236, 6305, 6304, 6306) 
  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.00028

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": 8,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (6236,6305,6304,6306) 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
6236 sti-go-filt-nb-160-mil-high-power-filter-reduces-system-noise-160-163-mhz 554/3696
6304 sti-go-filt-nb-220-com-mf-high-performance-filter-215-223-mhz 554/3696
6305 sti-go-filt-nb-uhf-com-mf-high-performance-filter-450-460-mhz 554/3696
6306 sti-go-filt-hp-7-800-com-mf-high-performance-filter-690-2500-mhz 554/3696