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 = 'fr' 
WHERE 
  a.product_id IN (
    9935, 9943, 9939, 9947, 9945, 9936, 9940, 
    9937, 9944, 9946, 9957, 9941, 9949, 
    9956, 9955, 9960, 10137
  ) 
  AND status = 'A' 
ORDER BY 
  a.position

Query time 0.00062

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range c_status c_status 6 19 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
607 9957 1 S Y Y N 0 M A 0 N not_option Type
1354 9940 1 S Y Y N 0 M A 0 N not_option Taille (AxB h=H)
1355 9943 1 S Y Y N 0 M A 0 N not_option Taille (AxB h=H)
610 9960 1 S Y Y N 0 M A 1 N Modèle d’escalier
611 9960 1 S Y Y N 0 M A 2 N Longeur du caisson
625 9939 1 S Y Y N 0 M A 2011 N not_option Taille (AxB h=H)
684 10137 1 S Y Y N 0 M A 2011 N not_option Taille (AxB h=H)
1352 9936 1 S Y Y N 0 M A 2011 N A not_option Taille (AxB h=H)
1353 9937 1 S Y Y N 0 M A 2011 N A not_option Taille (AxB h=H)
711 9949 1 S Y Y N 0 M A 2012 N not_option Hauteur de la pièce (H)
713 9947 1 S Y Y N 0 M A 2012 N not_option Hauteur de la pièce (H)