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 (1618123334, 1618123173, 1618049708, 1618049836, 1618044257, 1618044014) group by products.id ORDER BY field(products.prod_id, 1618123334, 1618123173, 1618049708, 1618049836, 1618044257, 1618044014) desc, id asc