left start: 0.0445 sec left end: 0.2369 sec listing start: 0.2451 sec listing end: 0.8753 sec END: 0.8763 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 = '1160' or p2c.categories_id = '1161' or p2c.categories_id = '1162' or p2c.categories_id = '1163' or p2c.categories_id = '1164' or p2c.categories_id = '1165' or p2c.categories_id = '1166' or p2c.categories_id = '1167' ) group by products_id_group order by p.description