QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=61.76..123.76 rows=20 width=30)
Recheck Cond: (id = ANY ('{3884,3896,3894,3893,3892,3890,3889,3886,3836,3870,3831,3871,3852,3879,3834,3866,3877,3876,3875,3872}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..61.75 rows=20 width=0)
Index Cond: (id = ANY ('{3884,3896,3894,3893,3892,3890,3889,3886,3836,3870,3831,3871,3852,3879,3834,3866,3877,3876,3875,3872}'::integer[]))