Explain Query (mysql)

EXPLAIN SELECT q.user_notification_message_queue_id, q.session_clicks, n.notification_messages_id, n.start_date, n.end_date, n.created_at, n.status, IF ('fr' = "fr", n.desktop_collapsed_message, n_l.l_desktop_collapsed_message) as desktop_collapsed_message, IF ('fr' = "fr", n.mobile_collapsed_message, n_l.l_mobile_collapsed_message) as mobile_collapsed_message, IF ('fr' = "fr", n.title, n_l.l_title) as title, IF ('fr' = "fr", n.content, n_l.content) as content, CONCAT("/images/notificationMessages/", n.icon) as icon, 'fr' as lang, 0 as 'osq2quodi4e1ftr6e5mod3cg5o' FROM user_notification_message_queue q INNER JOIN notification_messages n ON n.notification_messages_id = q.notification_messages_id INNER JOIN notification_messages_lang n_l ON n_l.notification_messages_id = n.notification_messages_id WHERE q.user_id = '618755' AND n.status = 2 AND q.session_clicks < 2
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE q ref fkey_user_queue_user_id, fkey_user_queue_notification_message fkey_user_queue_user_id 4 const 1 33.33 Using where
1 SIMPLE n_l ref fkey_notification_messages_lang fkey_notification_messages_lang 4 securelufacom.q.notification_messages_id 1 100.00
1 SIMPLE n eq_ref PRIMARY PRIMARY 4 securelufacom.q.notification_messages_id 1 10.00 Using where