SELECT
lang.name,
lang.value
FROM
cscart_language_values lang
WHERE
lang.lang_code = 'en'
AND lang.name IN (
'mb_kakao_notifications.phone_change_title',
'mb_kakao_notifications.existing_customer_prompt_title',
'mb_kakao_notifications.change_phone',
'mb_kakao_notifications.phone_change_title',
'mb_kakao_notifications.existing_customer_prompt_title',
'mb_kakao_notifications.request_error',
'mb_kakao_notifications.phone_change_description',
'mb_kakao_notifications.existing_customer_prompt_description',
'phone', 'mb_kakao_notifications.request_code',
'mb_kakao_notifications.verification_code',
'mb_kakao_notifications.verify',
'mb_kakao_notifications.phone_change_note',
'mb_kakao_notifications.existing_customer_prompt_note',
'mb_kakao_notifications.verify_later',
'mb_kakao_notifications.phone_change_title',
'mb_kakao_notifications.existing_customer_prompt_title',
'mb_kakao_notifications.change_phone',
'mb_kakao_notifications.phone_change_title',
'mb_kakao_notifications.existing_customer_prompt_title',
'mb_kakao_notifications.request_error',
'mb_kakao_notifications.phone_change_description',
'mb_kakao_notifications.existing_customer_prompt_description',
'phone', 'mb_kakao_notifications.request_code',
'mb_kakao_notifications.verification_code',
'mb_kakao_notifications.verify',
'mb_kakao_notifications.phone_change_note',
'mb_kakao_notifications.existing_customer_prompt_note',
'mb_kakao_notifications.verify_later'
)