QUERY PLAN
Sort (cost=8.18..8.18 rows=1 width=8)
Sort Key: (array_position('{1001}'::integer[], id))
-> Index Scan using tbl_users_pkey on tbl_users (cost=0.14..8.17 rows=1 width=8)
Index Cond: (id = 1001)
Filter: (user_status = '1'::type_global_user_status)