select distinct p.products_id, p.products_image, p.products_tax_class_id, p.products_price, pd.products_name from products p, products_description pd left join products_to_categories p2c using(products_id) left join categories c using(categories_id) where c.parent_id = '55' and p.products_status = '1' and pd.language_id = '1' and p.products_id = pd.products_id order by p.products_date_added desc limit 9