Sí, y es mucho más eficiente: SELECT * FROM tbl t JOIN unnest('{10,11,12}'::int[]) AS x(tbl_id) USING (tbl_id);