How about adding one more condition to your Rules and try it once. This will only redirect only base url eg--> www.domain.com
to new url.
RewriteEngine ON
RewriteCond %{REQUEST_URI} ^/?$
RewriteCond %{HTTP:Accept-Language} (en) [NC]
RewriteRule ^ https://en.domain.com [R=301,L]
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…