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 (
    8884, 10213, 10078, 8863, 10174, 395, 
    8873, 10163, 8894, 10212, 8885, 8893
  ) 
  AND status = 'A' 
ORDER BY 
  a.position

Query time 0.00064

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range c_status c_status 6 13 Using index condition; Using filesort
1 SIMPLE b eq_ref PRIMARY PRIMARY 9 mahm3t_cs443.a.option_id,const 1 Using where

Result

option_id product_id company_id option_type inventory regexp required multiupload allowed_extensions max_file_size missing_variants_handling status position value size_option note google_export_name_option option_name option_text description inner_hint incorrect_message comment
1089 395 1 S Y Y N 0 M A 23 N FAKRO: rozmiary FTT not_option FTT size
1079 10163 1 S Y Y N 0 M A 23 N FAKRO: rozmiary FTT not_option FTT size
1080 10163 1 R Y Y N 0 M A 120 N Kołnierze pod TLP-V U4 (TZ+TS+Thermo) not_option Flashing <p>THERMO flashing enhances U value of the window up to 15% depending on the window type, thus avoiding thermal bridging and heat loss</p> Choose the roofing material, making sure that your window will be completely weathertight
1100 8873 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22
1104 10212 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22
1108 8885 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22
1109 10213 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22
1110 8884 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22
1117 8894 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22
1119 8893 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22
1121 10174 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22
1130 8863 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22
1133 10078 1 S Y Y N 0 M A 3000 Y VELUX V22 not_option Window size V22