A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-21,21' at line 3

SELECT c.*, (SELECT title FROM store_catalog WHERE id = c.group_id LIMIT 1) as group_title FROM store_products as c WHERE group_id IN (376,378,379,380,381,382,383,384,385,386,387,388,389,453,469) AND is_active = 1 ORDER BY id DESC, id desc LIMIT -21,21