QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=40.60..88.68 rows=16 width=34)
Recheck Cond: (id = ANY ('{3704,3865,3810,3922,3929,3928,3926,3925,3919,3930,3920,3924,3882,3841,3835,3934}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..40.60 rows=16 width=0)
Index Cond: (id = ANY ('{3704,3865,3810,3922,3929,3928,3926,3925,3919,3930,3920,3924,3882,3841,3835,3934}'::integer[]))