QUERY PLAN
Bitmap Heap Scan on tbl_work_logs (cost=17.19..32.59 rows=4 width=24)
Recheck Cond: (id = ANY ('{37731,37740,37733,37743}'::integer[]))
-> Bitmap Index Scan on tbl_work_logs_pkey (cost=0.00..17.19 rows=4 width=0)
Index Cond: (id = ANY ('{37731,37740,37733,37743}'::integer[]))