QUERY PLAN
Bitmap Heap Scan on tbl_work_logs (cost=17.19..32.58 rows=4 width=24)
Recheck Cond: (id = ANY ('{37030,37029,37018,37031}'::integer[]))
-> Bitmap Index Scan on tbl_work_logs_pkey (cost=0.00..17.19 rows=4 width=0)
Index Cond: (id = ANY ('{37030,37029,37018,37031}'::integer[]))