QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=35.17..70.01 rows=11 width=30)
Recheck Cond: (id = ANY ('{3749,3578,3776,3657,3740,3522,3676,3609,3638,3494,3280}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..35.16 rows=11 width=0)
Index Cond: (id = ANY ('{3749,3578,3776,3657,3740,3522,3676,3609,3638,3494,3280}'::integer[]))