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 (
    148, 149, 242, 243, 134, 135, 156, 154, 
    155, 133, 132, 146, 147, 145, 157, 153, 
    140, 141
  ) 
  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.00026

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": 36,
          "filtered": 100,
          "index_condition": "vi_seo_names.object_id in (148,149,242,243,134,135,156,154,155,133,132,146,147,145,157,153,140,141) 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
132 samsung-galaxy-player-5-0 166/177/182
133 samsung-galaxy-player-4-0 166/177/179
134 creative-zen-style-m300-mp3-player-16gb-black 166/177/182
135 creative-zen-touch-2-mp3-player-8gb-black 166/177/182
140 yamaha-pdx-11-db 166/177/180
141 yamaha-pdx-11-gr 166/177/180
145 sansa-fuze-mp3-player-red-4gb 166/177/179
146 sansa-clip-mp3-player-blue-4gb 166/177/179
147 sansa-clip-mp3-player-red-4gb 166/177/179
148 16gb-a-series-walkman-video-mp3 166/177/179
149 8gb-e-series-walkman-video-mp3 166/177/179
153 ur55-full-size-headphones 166/177/181
154 jr900-wireless-headphones 166/177/181
155 porta-pro-ktc-on-ear-headphone 166/177/181
156 extra-bass-headphones-70mm 166/177/181
157 studio-monitor-headphones 166/177/181
242 apple-ipod-classic-black 166/177/178
243 apple-ipod-classic-white 166/177/178