select p.products_id, p.products_image, p.products_tax_class_id, s.status as specstat, s.specials_new_products_price, p.products_price from products p left join specials s on p.products_id = s.products_id left join TABLE_ESTABILIZADORES_APC f on p.products_id = f.products_id where p.products_status = '1' and f.status = '1' order by rand() DESC limit 5