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

Query time 0.00138

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "40.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": 18,
            "rows_produced_per_join": 18,
            "filtered": "100.00",
            "index_condition": "((`webmarco`.`f`.`page_id` <=> 204) and (`webmarco`.`f`.`status` <=> 'A'))",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "3.60",
              "prefix_cost": "18.60",
              "data_read_per_join": "13K"
            },
            "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": 18,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "18.00",
              "eval_cost": "3.60",
              "prefix_cost": "40.20",
              "data_read_per_join": "432"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

element_id page_id parent_id element_type value position required status description
530 204 0 E 0 N A
548 204 537 G 0 N A PREMIUM Frise
547 204 537 G 0 N A PREMIUM Frise 4
546 204 537 G 0 N A PREMIUM Frise 3
545 204 537 G 0 N A PREMIUM Frise 2
544 204 537 G 0 N A PREMIUM Frise Package
543 204 537 G 0 N A SMART Frises 4
542 204 537 G 0 N A SMART Frises 3
539 204 537 G 0 N A SMART Frises
533 204 0 J frise.petsland@yahoo.com 0 N A frise.petsland@yahoo.com
532 204 0 L 0 N A
531 204 0 K 0 N A
529 204 0 I 0 Y A Name
535 204 0 I 1 Y A Surname
534 204 0 Y 2 Y A E-mail
536 204 0 P 3 Y A Telefon
537 204 0 S 4 Y A Choose a service
538 204 0 I 5 Y A Your Message