QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..75.76 rows=15 width=55)
Recheck Cond: (id = ANY ('{2736,20,531,3326,4,518,107,48,97,12,1301,3327,2182,2616,2021}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{2736,20,531,3326,4,518,107,48,97,12,1301,3327,2182,2616,2021}'::integer[]))