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 = 'en' 
WHERE 
  f.page_id = 67 
  AND f.status = 'A' 
ORDER BY 
  f.position

Query time 0.00216

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.20"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "f",
            "access_type": "ref",
            "possible_keys": [
              "page_id"
            ],
            "key": "page_id",
            "used_key_parts": [
              "page_id",
              "status"
            ],
            "key_length": "6",
            "ref": [
              "const",
              "const"
            ],
            "rows_examined_per_scan": 10,
            "rows_produced_per_join": 10,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.70",
              "eval_cost": "1.00",
              "prefix_cost": "1.70",
              "data_read_per_join": "7K"
            },
            "used_columns": [
              "element_id",
              "page_id",
              "parent_id",
              "element_type",
              "value",
              "position",
              "required",
              "status"
            ]
          }
        },
        {
          "table": {
            "table_name": "d",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "s2cart.f.element_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 10,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "2.50",
              "eval_cost": "1.00",
              "prefix_cost": "5.20",
              "data_read_per_join": "240"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

element_id page_id parent_id element_type value position required status description
28 67 0 U N 0 N A N
27 67 0 J stock2cart@gmail.com 0 N A stock2cart@gmail.com
26 67 0 L 0 N A <p>Thanks! We will get back soon.</p>
25 67 0 K 0 N A
24 67 0 E 0 N A
19 67 0 I 1 Y A First Name
20 67 0 I 2 Y A Last Name
21 67 0 Y 3 Y A Email
22 67 0 P 4 Y A Phone no
23 67 0 T 5 Y A Product Description