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 (
    245, 238, 239, 74, 73, 71, 75, 72, 70, 76, 
    67, 86, 106, 105, 101, 69, 125, 120, 117, 
    113, 68
  ) 
  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.00028

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": 42,
          "filtered": 100,
          "index_condition": "vi_seo_names.object_id in (245,238,239,74,73,71,75,72,70,76,67,86,106,105,101,69,125,120,117,113,68) 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
67 htc-wildfire-s-white-t-mobile 166/234/236
68 titan 166/234/236
69 rhyme 166/234/236
70 evo-design-4g 166/234/236
71 droid-incredible-2 166/234/236
72 droid-razr 166/234/240
73 droid-bionic 166/234/240
74 droid-3 166/234/240
75 droid-pro 166/234/240
76 flipside-with-motoblur 166/234/240
86 nokia-700 166/234/238
101 nokia-x3-02 166/234/238
105 nokia-lumia-800 166/234/238
106 nokia-e5-00 166/234/238
113 sgh-i677 166/234/237
117 sch-i515 166/234/237
120 samsung-galaxy-s-ii-epic-4g-touch-black 166/234/237
125 samsung-galaxy-s-ii 166/234/237
238 apple-iphone-4s-black 166/234/235
239 apple-iphone-4s-white 166/234/235
245 apple-iphone-5c-32gb-cell-phone-green 166/234/235