Query builder - generates invalid syntax WHERE x IN (a,b,c)

AND (app_service_action.service_type_code IN (( :cd1
, :cd2)))

Whenever I add an IN to the WHERE clause, it keeps putting double parenthesis around the IN values.