QUERY PLAN
Sort (cost=8.13..8.13 rows=1 width=25)
Sort Key: (array_position('{1011,5252}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..8.12 rows=1 width=25)
Filter: ((id = ANY ('{1011,5252}'::integer[])) AND (user_status = '1'::type_global_user_status))