QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=49.76..105.60 rows=20 width=30)
Recheck Cond: (id = ANY ('{4048,4047,2939,4045,4024,3813,4043,4008,4014,4033,4015,3960,3958,4028,3952,3964,4018,4009,4016,3998}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..49.75 rows=20 width=0)
Index Cond: (id = ANY ('{4048,4047,2939,4045,4024,3813,4043,4008,4014,4033,4015,3960,3958,4028,3952,3964,4018,4009,4016,3998}'::integer[]))