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

Query time 0.00069

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "f.position",
        "table": {
          "table_name": "f",
          "access_type": "ref",
          "possible_keys": ["page_id"],
          "key": "page_id",
          "key_length": "6",
          "used_key_parts": ["page_id", "status"],
          "ref": ["const", "const"],
          "rows": 18,
          "filtered": 100,
          "index_condition": "f.`status` = 'A'",
          "attached_condition": "f.page_id <=> 1593 and f.`status` <=> 'A'"
        }
      }
    },
    "table": {
      "table_name": "d",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["object_id", "lang_code"],
      "ref": ["cscart_migrate.f.element_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(d.lang_code = 'en')"
    }
  }
}

Result

element_id page_id parent_id element_type value position required status description
1419 1593 0 I 0 Y A First Name
1435 1593 0 J cjones@barnlight.com 0 N A cjones@barnlight.com
1434 1593 0 L 0 N A
1433 1593 0 K 0 N A
1432 1593 0 E 0 N A
1429 1593 1426 G 0 N A TAA
1428 1593 1426 G 0 N A BAA
1427 1593 1426 G 0 N A BA/BABA
1436 1593 0 U N 0 N A N
1420 1593 0 I 1 Y A Last Name
1421 1593 0 Y 2 Y A Email
1422 1593 0 I 3 N A Company Name
1423 1593 0 P 4 N A Phone Number
1424 1593 0 I 5 N A Job Name
1425 1593 0 I 6 N A Buyer Name
1426 1593 0 S 7 Y A Requirement
1430 1593 0 T 8 Y A Product SKUs
1431 1593 0 T 9 N A Requirement Details