Explain Query (mysql)

EXPLAIN SELECT u.credits FROM users u WHERE u.user_id = 311062
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE u const PRIMARY PRIMARY 4 const 1 100.00