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

Query time 0.00088

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": 8,
          "filtered": 100,
          "index_condition": "f.`status` = 'A'",
          "attached_condition": "f.page_id <=> 30 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_kz_new.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
4 30 0 L 0 N A <p>Благодарим вас за обращение к нам. Мы ответим вам при первой же возможности.</p>
5 30 0 J office@no-frames.kz 0 N A
8 30 0 E 7 0 N A
9 30 0 K 0 N A
2 30 0 Y 1 Y A Email
1 30 0 I 3 Y A Ваше имя
7 30 0 I N 4 Y A Тема
3 30 0 T 5 Y A Сообщение