SELECT 
  vi_seo_names.object_id AS product_id, 
  vi_seo_names.name AS seo_name, 
  vi_seo_names.path AS seo_path 
FROM 
  vi_seo_names 
WHERE 
  vi_seo_names.object_id IN (114, 112, 116, 111, 110) 
  AND vi_seo_names.type = "p" 
  AND vi_seo_names.dispatch = "" 
  AND vi_seo_names.lang_code = 'en' 
  AND (
    vi_seo_names.company_id = 1 
    OR vi_seo_names.company_id = 0
  )

Query time 0.00014

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "vi_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": 10,
          "filtered": 100,
          "index_condition": "vi_seo_names.object_id in (114,112,116,111,110) and vi_seo_names.`type` = 'p' and vi_seo_names.dispatch = '' and vi_seo_names.lang_code = 'en' and (vi_seo_names.company_id = 1 or vi_seo_names.company_id = 0)"
        }
      }
    ]
  }
}

Result

product_id seo_name seo_path
110 roots-30th-anniversary-special-edition-dvd 241/243
111 last-samurai-the-dvd-ws 241/243
112 gone-with-the-wind-2-disc-special-edition 241/243
114 birds-of-prey-the-complete-series-dvd 241/243
116 i-am-legend-dvd-ws 241/243