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 a.article_type_id = t.id AND a.content_status_id > 0 ORDER BY a.id ASC' at line 1
SELECT a.id, a.game_id, a.article_type_id, t.code_name, a.create_date FROM game_article a, reference_article_type t WHERE a.game_id IN () AND a.article_type_id = t.id AND a.content_status_id > 0 ORDER BY a.id ASC