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

Query time 0.00113

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "36.00"
    },
    "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": 15,
            "rows_produced_per_join": 15,
            "filtered": "100.00",
            "index_condition": "((`webmarco`.`f`.`page_id` <=> 320) and (`webmarco`.`f`.`status` <=> 'A'))",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "3.00",
              "prefix_cost": "18.00",
              "data_read_per_join": "11K"
            },
            "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": 15,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "3.00",
              "prefix_cost": "36.00",
              "data_read_per_join": "360"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

element_id page_id parent_id element_type value position required status description
1058 320 0 I 0 Y A Name
1059 320 0 I 0 Y A Surname
1060 320 0 Z 0 Y A Phone
1061 320 0 Y 0 Y A E-mail
1062 320 0 R 0 Y A Services
1063 320 0 T 0 Y A Message
1064 320 0 E 0 N A
1065 320 0 K 0 N A
1066 320 0 L 0 N A
1067 320 0 J rsedilizia2021@libero.it 0 N A rsedilizia2021@libero.it
1068 320 1062 G 0 N A Laying of Tiles
1069 320 1062 G 0 N A Technical Consultancy
1070 320 1062 G 0 N A Roof Construction
1071 320 1062 G 0 N A Construction of houses
1072 320 1062 G 0 N A Construction of swimming pools