SELECT 
  a.*, 
  b.option_name, 
  b.option_text, 
  b.description, 
  b.inner_hint, 
  b.incorrect_message, 
  b.comment 
FROM 
  cscart_product_options as a 
  LEFT JOIN cscart_product_options_descriptions as b ON a.option_id = b.option_id 
  AND b.lang_code = 'en' 
WHERE 
  a.product_id IN (3522, 3521, 3523) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00052

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "a.position",
        "table": {
          "table_name": "a",
          "access_type": "range",
          "possible_keys": ["c_status"],
          "key": "c_status",
          "key_length": "6",
          "used_key_parts": ["product_id", "status"],
          "rows": 18,
          "filtered": 100,
          "index_condition": "a.product_id in (3522,3521,3523) and a.`status` = 'A'"
        }
      }
    },
    "table": {
      "table_name": "b",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["option_id", "lang_code"],
      "ref": ["rfswire_cart.a.option_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(b.lang_code = 'en')"
    }
  }
}

Result

option_id product_id company_id option_type inventory regexp required multiupload allowed_extensions max_file_size missing_variants_handling status position value option_name option_text description inner_hint incorrect_message comment
732 3521 1 C Y N N 0 M A 0 RDH-304 headset cable for Kenwood dual pin portable radios.
733 3521 1 C Y N N 0 M A 0 RDH-321 headset cable for Kenwood multi-pin portable radios
734 3521 1 C Y N N 0 M A 0 RDH-950C headset cable for Motorola Professional Series
735 3521 1 C Y N N 0 M A 0 RDH-XPR3-W headset cable for Motorola XPR-3000 Series Portables
736 3521 1 C Y N N 0 M A 0 RDH-XPR-W headset cable for Motorola XPR-6000/7000 Series Portab
737 3522 1 C Y N N 0 M A 0 RDH-246-W headset cable for Vertex Standard single pin
738 3522 1 C Y N N 0 M A 0 RDH-304 headset cable for Kenwood dual pin portable radios.
739 3522 1 C Y N N 0 M A 0 RDH-321 headset cable for Kenwood multi-pin portable radios
740 3522 1 C Y N N 0 M A 0 RDH-950H headset cable for Motorola Commercial 2-pin
741 3522 1 C Y N N 0 M A 0 RDH-XPR-W headset cable for Motorola XPR-6000/7000 Series Portab
742 3522 1 C Y N N 0 M A 0 RDH-XPR3-W headset cable for Motorola XPR-3000 Series Portables
743 3523 1 C Y N N 0 M A 0 RDH-246-W headset cable for Vertex Standard single pin
744 3523 1 C Y N N 0 M A 0 RDH-304 headset cable for Kenwood dual pin portable radios.
745 3523 1 C Y N N 0 M A 0 RDH-321 headset cable for Kenwood multi-pin portable radios
746 3523 1 C Y N N 0 M A 0 RDH-950C headset cable for Motorola Professional Series
747 3523 1 C Y N N 0 M A 0 RDH-XPR-W headset cable for Motorola XPR-6000/7000 Series Portab
731 3521 1 C Y N N 0 M A 10 RDH-246-W headset cable for Vertex Standard single pin
748 3523 1 C Y N N 0 M A 47 RDH-XPR3-W headset cable for Motorola XPR-3000 Series Portables