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 (
    229, 230, 231, 232, 233, 234, 235, 236, 
    237, 238, 239, 242, 243, 78, 79, 80, 81, 
    82, 83, 84, 85, 86, 87, 88
  ) 
  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.00079

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "89.30"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "rows_examined_per_scan": 411,
      "rows_produced_per_join": 47,
      "filtered": "11.68",
      "cost_info": {
        "read_cost": "79.70",
        "eval_cost": "9.60",
        "prefix_cost": "89.30",
        "data_read_per_join": "81K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`satishecarter_march_003`.`cscart_seo_names`.`object_id` in (229,230,231,232,233,234,235,236,237,238,239,242,243,78,79,80,81,82,83,84,85,86,87,88)) and (`satishecarter_march_003`.`cscart_seo_names`.`type` = 'p') and (`satishecarter_march_003`.`cscart_seo_names`.`dispatch` = '') and (`satishecarter_march_003`.`cscart_seo_names`.`lang_code` = 'en') and ((`satishecarter_march_003`.`cscart_seo_names`.`company_id` = 1) or (`satishecarter_march_003`.`cscart_seo_names`.`company_id` = 0)))"
    }
  }
}

Result

product_id seo_name seo_path
80 nike-tenkay-slip-txtl-womens-shoe 223/226
232 2011-ice-queen 203/215/216
230 2011-pit-boss 203/215/216
231 2011-tycoon 203/215/216
233 crystal-lake-warm-weather-sleeping-bag 203/215/217
237 elite-evanston-8-tent 203/215/218
235 everglades-cold-weather-sleeping-bag 203/215/217
236 weathermaster-screened-6-tent-with-hinged-door 203/215/218
234 white-water-cool-weather-sleeping-bag 203/215/217
242 apple-ipod-classic-black 166/177/178
243 apple-ipod-classic-white 166/177/178
82 legend-of-the-guardians-the-owls-of-gahoole-vg 245/246
85 looney-tunes-acme-arsenal-wii 245/246
87 sesame-street-cookies-counting-carnival-wii 245/246
83 speed-racer-the-videogame-wii 245/246
84 lego-batman-wii 245/246
229 hp-2711x-27-led-monitor 166/167/170
78 adizero-rush-shoes 223/226
79 adizero-tempaia-shoes 223/226
81 minnetonka-original-cowhide-driving-moc 223/226
88 lord-of-the-rings-war-in-the-north-ps3 245/247
86 nokia-700 166/234/238
238 apple-iphone-4s-black 166/234/235
239 apple-iphone-4s-white 166/234/235