QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=26.30..52.82 rows=8 width=115)
Recheck Cond: (id = ANY ('{4172,4170,4169,4167,4166,4161,4164,4157}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..26.30 rows=8 width=0)
Index Cond: (id = ANY ('{4172,4170,4169,4167,4166,4161,4164,4157}'::integer[]))