QUERY: select
p.products_id,
p.products_model,
p.label_id,
p.main_category,
p.products_ean,
p.products_fsk18,
p.products_quantity,
p.products_quantity_min,
p.products_price,
p.products_tax_class_id,
p.products_image,
p.products_vpe,
p.products_vpe_status,
p.products_vpe_value,
p.products_currency,
p.products_page_url,
p.bonus_add,
pd.products_name, pd.products_short_description , p.recommend_id
from products_description pd
left join products p
on (p.products_id = pd.products_id)
where
p.products_status = 1
and p.products_quantity > 0
and pd.language_id = '1'
and p.products_id IN (,15722,15592,16936)
ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '15722,15592,16936)' at line 28