QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=30.30..57.73 rows=8 width=34)
Recheck Cond: (id = ANY ('{3391,3569,3593,3616,3308,3606,3561,3583}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..30.30 rows=8 width=0)
Index Cond: (id = ANY ('{3391,3569,3593,3616,3308,3606,3561,3583}'::integer[]))