Your query:
SELECT
r.*
FROM games_ratings r
WHERE 1=1
AND r.gameId IN()
AND raterId=29398
ORDER BY r.postDate DESC
returned the following error:
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 ')
AND raterId=29398
ORDER BY r.postDate DESC' at line 6