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 (
    88095, 88094, 88093, 88092, 88091, 88090, 
    88089, 88088, 88087, 88086, 88082, 
    88081, 87851, 87731, 87730, 87729, 
    87728, 88625, 88624, 88623, 88039, 
    88532, 88531, 88530, 88406, 88405, 
    88404, 88403, 88402, 88401, 87762, 
    87678, 88629, 88628, 88627, 88626, 
    88575, 88574, 88573, 88149
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00094

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range PRIMARY,c_status c_status 6 40 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
82439 87762 1 S N N N 0 M A 0 Files Type Files Type
82710 88039 1 S N N N 0 M A 0 Files Type Files Type
83223 88573 1 S N N N 0 M A 0 Files Type Files Type
83224 88574 1 S N N N 0 M A 0 Files Type Files Type
83225 88575 1 S N N N 0 M A 0 Files Type Files Type
82750 88081 1 S N N N 0 M A 0 Files Type Files Type
82751 88082 1 S N N N 0 M A 0 Files Type Files Type
82755 88086 1 S N N N 0 M A 0 Files Type Files Type
82756 88087 1 S N N N 0 M A 0 Files Type Files Type
82757 88088 1 S N N N 0 M A 0 Files Type Files Type
82758 88089 1 S N N N 0 M A 0 Files Type Files Type
82759 88090 1 S N N N 0 M A 0 Files Type Files Type
82760 88091 1 S N N N 0 M A 0 Files Type Files Type
83272 88623 1 S N N N 0 M A 0 Files Type Files Type
82761 88092 1 S N N N 0 M A 0 Files Type Files Type
83273 88624 1 S N N N 0 M A 0 Files Type Files Type
82762 88093 1 S N N N 0 M A 0 Files Type Files Type
83274 88625 1 S N N N 0 M A 0 Files Type Files Type
82763 88094 1 S N N N 0 M A 0 Files Type Files Type
83275 88626 1 S N N N 0 M A 0 Files Type Files Type
82764 88095 1 S N N N 0 M A 0 Files Type Files Type
83276 88627 1 S N N N 0 M A 0 Files Type Files Type
83277 88628 1 S N N N 0 M A 0 Files Type Files Type
83278 88629 1 S N N N 0 M A 0 Files Type Files Type
82525 87851 1 S N N N 0 M A 0 Files Type Files Type
83056 88401 1 S N N N 0 M A 0 Files Type Files Type
83057 88402 1 S N N N 0 M A 0 Files Type Files Type
83058 88403 1 S N N N 0 M A 0 Files Type Files Type
83059 88404 1 S N N N 0 M A 0 Files Type Files Type
83060 88405 1 S N N N 0 M A 0 Files Type Files Type
83061 88406 1 S N N N 0 M A 0 Files Type Files Type
82815 88149 1 S N N N 0 M A 0 Files Type Files Type
82356 87678 1 S N N N 0 M A 0 Files Type Files Type
82406 87728 1 S N N N 0 M A 0 Files Type Files Type
82407 87729 1 S N N N 0 M A 0 Files Type Files Type
82408 87730 1 S N N N 0 M A 0 Files Type Files Type
82409 87731 1 S N N N 0 M A 0 Files Type Files Type
83181 88530 1 S N N N 0 M A 0 Files Type Files Type
83182 88531 1 S N N N 0 M A 0 Files Type Files Type
83183 88532 1 S N N N 0 M A 0 Files Type Files Type