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 (
    187, 232, 230, 231, 170, 131, 177, 186, 
    185, 179, 233, 152, 160, 237, 235, 122, 
    115, 129, 127, 188
  ) 
  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.00032

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": 40,
          "filtered": 100,
          "index_condition": "vi_seo_names.object_id in (187,232,230,231,170,131,177,186,185,179,233,152,160,237,235,122,115,129,127,188) 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
115 evolve-sst-2-x9-complete-bike-10spd-12 203/204/208
122 evolution-sst-2-xo-complete-bike-10spd12 203/204/208
127 fore-cr5-sram-red 203/204/209
129 fore-cr1 203/204/209
131 catania 203/204/209
152 drifter-2 203/204/210
160 drifter-3 203/204/210
170 588-chrome-wedge 203/211/212
177 cg-black-driver 203/211/212
179 cg16-black-pearl-wedge 203/211/212
185 cg-lightweight-cart-bag 203/211/214
186 cg-black-staff-bag 203/211/214
187 2010-tour-staff-bag-10 203/211/214
188 new-wilson-staff-fifty-elite-yellow-golf-ball 203/211/213
230 2011-pit-boss 203/215/216
231 2011-tycoon 203/215/216
232 2011-ice-queen 203/215/216
233 crystal-lake-warm-weather-sleeping-bag 203/215/217
235 everglades-cold-weather-sleeping-bag 203/215/217
237 elite-evanston-8-tent 203/215/218