Can't execute query

SELECT p.*,c.id as cid FROM products_tw as p, categories_tw c, products_category_tw as it WHERE (p.id = '60657770' || p.serial_no = '60657770') AND p.id = it.pid AND it.category=c.id AND (p.available='1' OR (p.available='2' and p.sdate <= '2024-04-26' AND p.edate >= '2024-04-26')) AND c.available = '1' AND it.category in (board-games) GROUP by it.pid

MySQL Error: Unknown column 'board' in 'where clause'

Database error encountered

This script cannot continue, terminating.