left start: 0.0414 sec left end: 0.2354 sec listing start: 0.2446 sec listing end: 0.5442 sec END: 0.5457 sec
select p.products_image1, p.description products_name , p.products_id, p.products_price,p.products_price_special, p.products_price final_price from products p , products_to_categories p2c where p.products_status = '1' and p.products_id = p2c.products_id and ( p2c.categories_id = '987' or p2c.categories_id = '988' or p2c.categories_id = '989' or p2c.categories_id = '990' or p2c.categories_id = '991' or p2c.categories_id = '992' or p2c.categories_id = '993' or p2c.categories_id = '994' ) group by products_id_group order by p.description