QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=48.03..94.90 rows=14 width=30)
Recheck Cond: (id = ANY ('{3930,3922,3831,3929,3847,3827,3924,3810,3920,3865,3835,3704,3912,3900}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..48.02 rows=14 width=0)
Index Cond: (id = ANY ('{3930,3922,3831,3929,3847,3827,3924,3810,3920,3865,3835,3704,3912,3900}'::integer[]))