QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.76..101.23 rows=20 width=30)
Recheck Cond: (id = ANY ('{3488,3935,3934,3930,3929,3928,3751,3926,3925,3924,3922,3919,3882,3917,3883,3920,3918,3916,3841,3906}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{3488,3935,3934,3930,3929,3928,3751,3926,3925,3924,3922,3919,3882,3917,3883,3920,3918,3916,3841,3906}'::integer[]))