SQL Prepare Error

Error Number: 42000

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 ') order by numb,id desc limit 0,10' at line 1

select photo, namevi, slugvi, slugen, sale_price, regular_price, discount, id from table_product where id in (select id_parent from table_product_tags where id_tags = ) order by numb,id desc limit 0,10