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.products_sort,
p.video,
p.show_video,
p.kit_status,
p.kit_products,
pd.products_short_description,
p.bonus_add,
pd.products_name
FROM products p, products_description pd
WHERE p.products_id IN ()
AND p.products_id = pd.products_id
GROUP BY p.products_id
ORDER BY IF(FIELD( p.products_id,)=0,1,0) DESC,FIELD(p.products_id,)
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 ')
AND p.products_id = pd.products_id
' at line 28