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

Query time 0.00086

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "48.60"
    },
    "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": 24,
            "rows_produced_per_join": 24,
            "filtered": "100.00",
            "index_condition": "((`webmarco`.`f`.`page_id` <=> 90) and (`webmarco`.`f`.`status` <=> 'A'))",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "4.80",
              "prefix_cost": "19.80",
              "data_read_per_join": "18K"
            },
            "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": 24,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "24.00",
              "eval_cost": "4.80",
              "prefix_cost": "48.60",
              "data_read_per_join": "576"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

element_id page_id parent_id element_type value position required status description
128 90 0 I 0 Y A Name
132 90 0 E 0 N A
133 90 0 K 0 N A
134 90 0 L 0 N A
135 90 0 J amran786rehan@gmail.com 0 N A amran786rehan@gmail.com
137 90 136 G 0 N A 8:00 AM
129 90 0 Y 1 Y A E-mail
130 90 0 P 2 Y A Phone
139 90 136 G 2 N A 10:00 AM
153 90 0 I 3 Y A Address
140 90 136 G 3 N A 11:00 AM
136 90 0 S 4 Y A Our Availability
141 90 136 G 4 N A 12:00 PM
142 90 136 G 5 N A 13:00 PM
152 90 0 V 5 Y A Monday - Saturday
143 90 136 G 6 N A 14:00 PM
131 90 0 T 6 Y A Message
144 90 136 G 7 N A 15:00 PM
145 90 136 G 8 N A 16:00 PM
146 90 136 G 9 N A 17:00 PM
147 90 136 G 10 N A 18:00 PM
148 90 136 G 11 N A 19:00 PM
149 90 136 G 12 N A 20:00 PM
150 90 136 G 13 N A 21:00 PM