QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.13..83.04 rows=18 width=502)
Recheck Cond: (id = ANY ('{2130,3312,528,3284,2136,2125,3278,25,12,1172,3288,3324,3315,15,93,2032,2736,20}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.13 rows=18 width=0)
Index Cond: (id = ANY ('{2130,3312,528,3284,2136,2125,3278,25,12,1172,3288,3324,3315,15,93,2032,2736,20}'::integer[]))