QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=30.30..57.73 rows=8 width=34)
Recheck Cond: (id = ANY ('{3641,3636,3637,3249,3669,3431,3676,3697}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..30.30 rows=8 width=0)
Index Cond: (id = ANY ('{3641,3636,3637,3249,3669,3431,3676,3697}'::integer[]))