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 = 'se' 
WHERE 
  a.product_id IN (
    443, 563, 566, 564, 10218, 565, 567, 10350
  ) 
  AND status = 'A' 
ORDER BY 
  a.position

Query time 0.00050

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range c_status c_status 6 8 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
335 443 1 S Y Y N 0 M A 0 N not_option Välj en
340 563 1 S Y Y N 0 M A 0 N Välj en
341 564 1 S Y Y N 0 M A 0 N Välj en
342 565 1 S Y Y N 0 M A 0 N Välj en
343 566 1 S Y Y N 0 M A 0 N Välj en
344 567 1 S Y Y N 0 M A 0 N Välj en
725 10218 1 S Y Y N 0 M A 0 N Välj en
765 10350 1 S Y Y N 0 M A 0 N Välj en