QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=61.76..123.76 rows=20 width=30)
Recheck Cond: (id = ANY ('{3256,3935,3927,3943,3942,3941,3940,3807,3934,3930,3929,3928,3922,3751,3926,3925,3924,3919,3882,3917}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..61.75 rows=20 width=0)
Index Cond: (id = ANY ('{3256,3935,3927,3943,3942,3941,3940,3807,3934,3930,3929,3928,3922,3751,3926,3925,3924,3919,3882,3917}'::integer[]))