QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=17.15..31.22 rows=4 width=30)
Recheck Cond: (id = ANY ('{1018,1972,3854,4079}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..17.15 rows=4 width=0)
Index Cond: (id = ANY ('{1018,1972,3854,4079}'::integer[]))