SELECT 
  f.*, 
  d.description 
FROM 
  cscart_form_options as f 
  LEFT JOIN cscart_form_descriptions as d ON d.object_id = f.element_id 
  AND d.lang_code = 'es' 
WHERE 
  f.page_id = 30 
  AND f.status = 'A' 
ORDER BY 
  f.position

Query time 0.00103

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "f.position",
            "table": {
              "table_name": "f",
              "access_type": "ALL",
              "possible_keys": ["page_id"],
              "rows": 8,
              "filtered": 100,
              "attached_condition": "f.page_id = 30 and f.`status` = 'A'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "d",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["object_id", "lang_code"],
          "ref": ["live_clonned.f.element_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(d.lang_code = 'es')"
        }
      }
    ]
  }
}

Result

element_id page_id parent_id element_type value position required status description
4 30 0 L 0 N A <p>Thank you for contacting us. We'll answer you at first opportunity.</p>
5 30 0 J hola@we-fundamentally.com 0 N A
8 30 0 E 7 0 N A
9 30 0 K 0 N A
2 30 0 Y 1 Y A Email
1 30 0 I 3 Y A Full name
7 30 0 I N 4 Y A Subject
3 30 0 T 20 Y A Body