left start: 0.0294 sec left end: 0.2339 sec listing start: 0.2876 sec listing end: 0.427 sec END: 0.4274 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 = '1541' or p2c.categories_id = '1542' or p2c.categories_id = '1543' or p2c.categories_id = '1544' or p2c.categories_id = '1545' or p2c.categories_id = '1546' or p2c.categories_id = '1547' or p2c.categories_id = '1548' ) group by products_id_group order by p.description