QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=44.89..95.52 rows=17 width=34)
Recheck Cond: (id = ANY ('{3950,3959,3927,3956,3953,3917,3951,3949,3948,3849,3922,3936,3883,3751,3910,3940,3941}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..44.89 rows=17 width=0)
Index Cond: (id = ANY ('{3950,3959,3927,3956,3953,3917,3951,3949,3948,3849,3922,3936,3883,3751,3910,3940,3941}'::integer[]))