QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=30.88..63.03 rows=10 width=30)
Recheck Cond: (id = ANY ('{3945,3956,3953,3927,3950,3947,3951,3949,3948,3849}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..30.88 rows=10 width=0)
Index Cond: (id = ANY ('{3945,3956,3953,3927,3950,3947,3951,3949,3948,3849}'::integer[]))