QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=8.58..16.01 rows=2 width=47)
Recheck Cond: (id = ANY ('{3846,3935}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..8.58 rows=2 width=0)
Index Cond: (id = ANY ('{3846,3935}'::integer[]))