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 = 'ru' 
WHERE 
  f.page_id = 55 
  AND f.status = 'A' 
ORDER BY 
  f.position

Query time 0.00141

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": 6,
          "filtered": 100,
          "index_condition": "f.`status` = 'A'",
          "attached_condition": "f.page_id <=> 55 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": ["noframes_angrybeaver.f.element_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(d.lang_code = 'ru')"
    }
  }
}

Result

element_id page_id parent_id element_type value position required status description
42 55 0 I 0 N A Имя
43 55 0 P 0 Y A Номер телефона
44 55 0 E 0 N A
45 55 0 K 0 N A
46 55 0 L 0 N A <p>Благодарим вас за обращение к нам. Мы ответим вам при первой же возможности.</p>
47 55 0 J buggy@inbox.ru 0 N A buggy@inbox.ru