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 = 87 
  AND f.status = 'A' 
ORDER BY 
  f.position

Query time 0.00098

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "44.40"
    },
    "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": 21,
            "rows_produced_per_join": 21,
            "filtered": "100.00",
            "index_condition": "((`webmarco`.`f`.`page_id` <=> 87) and (`webmarco`.`f`.`status` <=> 'A'))",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "4.20",
              "prefix_cost": "19.20",
              "data_read_per_join": "16K"
            },
            "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": [
              "webmarco.f.element_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 21,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "21.00",
              "eval_cost": "4.20",
              "prefix_cost": "44.40",
              "data_read_per_join": "504"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

element_id page_id parent_id element_type value position required status description
73 87 0 E 0 N A
74 87 0 K 0 N A
75 87 0 L 0 N A <p font-size:18px;=""><br></p>
76 87 0 J xkyriakop@yahoo.gr 0 N A xkyriakop@yahoo.gr
80 87 79 G 0 N A F
81 87 79 G 0 N A M
69 87 0 I 1 Y A Name
89 87 88 G 1 N A For personal use
94 87 88 G 2 N A Seller
83 87 0 I 2 Y A Surname
70 87 0 Y 3 Y A E-mail
91 87 88 G 3 N A Distributor
84 87 0 V 4 Y A Birth Date
92 87 88 G 4 N A Leader
79 87 0 R 6 Y A Gender
88 87 0 R 7 Y A Select the reason you want to register with ATOMY:
85 87 0 I 8 Y A Address
113 87 0 I 9 Y A City
114 87 0 I 10 Y A Post Code
86 87 0 P 11 Y A Phone Number
115 87 0 I 12 Y A Country