select p.products_id, pd.products_name, p.products_kod_oryginal, m.manufacturers_name
from products p, products_description pd, typ_to_products t2p, manufacturers m, stany_products sp where p.products_id = sp.products_id and p.products_id = t2p.products_id and p.products_id = pd.products_id
and t2p.typ_id = 16826 and pd.language_id = 19 and p.manufacturers_id = m.manufacturers_id
and p.products_status = 1 and sp.dostepny = 1