QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=39.74..80.28 rows=13 width=47)
Recheck Cond: (id = ANY ('{3932,3810,3952,3960,3958,3488,3964,4014,4032,4028,4018,3760,3249}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..39.74 rows=13 width=0)
Index Cond: (id = ANY ('{3932,3810,3952,3960,3958,3488,3964,4014,4032,4028,4018,3760,3249}'::integer[]))