Server shutdown in progress
query=SELECT products.*, min(products_atts.price) as pricefrom, min(products_atts.pricex) as pricefromx, count(products_atts.product_id) as attcount, products_images.filename as thefile from products left join products_atts on products.id=products_atts.product_id left join products_images on products.prod_id=products_images.prod_id and products_images.firstimg=1 where hidden=0 AND products.prod_id IN (1666004731, 1666004202, 1666004303, 1666004178, 1666004508, 1666004164) group by products.id ORDER BY field(products.prod_id, 1666004731, 1666004202, 1666004303, 1666004178, 1666004508, 1666004164) desc, id asc