QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=49.76..105.60 rows=20 width=47)
Recheck Cond: (id = ANY ('{3784,3785,3562,3672,3609,3694,3720,3786,3788,3809,3806,3782,3792,3794,3793,3804,3808,3816,3322,3319}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..49.75 rows=20 width=0)
Index Cond: (id = ANY ('{3784,3785,3562,3672,3609,3694,3720,3786,3788,3809,3806,3782,3792,3794,3793,3804,3808,3816,3322,3319}'::integer[]))