SELECT 
  a.*, 
  b.option_name, 
  b.internal_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' 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = a.option_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'product_options'
  ) 
WHERE 
  a.product_id IN (
    104473, 104472, 104471, 104470, 104469, 
    104468, 104467, 104466, 104465, 104464, 
    102273, 102272, 102271, 102241, 105014, 
    104448, 102207, 105000, 104893, 104892
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00066

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

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 internal_option_name option_text description inner_hint incorrect_message comment
96517 102241 1 S N N N 0 M A 0 Files Type Files Type
96545 102271 1 S N N N 0 M A 0 Files Type Files Type
96546 102272 1 S N N N 0 M A 0 Files Type Files Type
96547 102273 1 S N N N 0 M A 0 Files Type Files Type
98614 104448 1 S N N N 0 M A 0 Files Type Files Type
98630 104464 1 S N N N 0 M A 0 Files Type Files Type
98631 104465 1 S N N N 0 M A 0 Files Type Files Type
99143 105000 1 S N N N 0 M A 0 Files Type Files Type
98632 104466 1 S N N N 0 M A 0 Files Type Files Type
98633 104467 1 S N N N 0 M A 0 Files Type Files Type
98634 104468 1 S N N N 0 M A 0 Files Type Files Type
98635 104469 1 S N N N 0 M A 0 Files Type Files Type
98636 104470 1 S N N N 0 M A 0 Files Type Files Type
98637 104471 1 S N N N 0 M A 0 Files Type Files Type
98638 104472 1 S N N N 0 M A 0 Files Type Files Type
98639 104473 1 S N N N 0 M A 0 Files Type Files Type
99157 105014 1 S N N N 0 M A 0 Files Type Files Type
99039 104892 1 S N N N 0 M A 0 Files Type Files Type
99040 104893 1 S N N N 0 M A 0 Files Type Files Type
96485 102207 1 S N N N 0 M A 0 Files Type Files Type