SQLSTATE[42000]: Syntax error or access violation: 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 '))' at line 3, query was: SELECT `pa`.*, `pal`.`url`, `a`.`name`, `a`.`imageSmall`, `a`.`image` FROM `productsAwards` AS `pa`
 LEFT JOIN `productsAwardsLangs` AS `pal` ON pa.id = pal.productAwardId and pal.langId = 3
 INNER JOIN `awards` AS `a` ON pa.awardId = a.id WHERE (pa.productId in ())