QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=61.76..123.76 rows=20 width=30)
Recheck Cond: (id = ANY ('{3883,3920,3918,3841,3916,3835,3900,3906,3910,3913,3912,3911,3874,3901,3898,3903,3902,3873,3899,3885}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..61.75 rows=20 width=0)
Index Cond: (id = ANY ('{3883,3920,3918,3841,3916,3835,3900,3906,3910,3913,3912,3911,3874,3901,3898,3903,3902,3873,3899,3885}'::integer[]))