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 (
    62636, 62635, 62634, 62633, 62632, 62631, 
    62630, 62629, 62628, 62627, 62626, 
    62625, 62611, 62609, 62607, 62569, 
    62456, 61887, 60269, 62370, 62342, 
    62098, 62097, 61770, 61769, 61704, 
    60784, 60268, 62217, 61403, 61442, 
    62055, 61886, 61768, 60787, 60267, 
    62105, 61512, 62019, 61960
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00119

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
54272 60267 0 S N N N 0 M A 0 Files Type Files Type
54273 60268 0 S N N N 0 M A 0 Files Type Files Type
54274 60269 0 S N N N 0 M A 0 Files Type Files Type
55810 61886 0 S N N N 0 M A 0 Files Type Files Type
55811 61887 0 S N N N 0 M A 0 Files Type Files Type
56356 62456 1 S N N N 0 M A 0 Files Type Files Type
55352 61403 1 S N N N 0 M A 0 Files Type Files Type
56126 62217 0 S N N N 0 M A 0 Files Type Files Type
55881 61960 0 S N N N 0 M A 0 Files Type Files Type
55632 61704 0 S N N N 0 M A 0 Files Type Files Type
55389 61442 0 S N N N 0 M A 0 Files Type Files Type
55938 62019 1 S N N N 0 M A 0 Files Type Files Type
55695 61768 0 S N N N 0 M A 0 Files Type Files Type
55696 61769 0 S N N N 0 M A 0 Files Type Files Type
56464 62569 1 S N N N 0 M A 0 Files Type Files Type
55697 61770 0 S N N N 0 M A 0 Files Type Files Type
55455 61512 0 S N N N 0 M A 0 Files Type Files Type
55972 62055 0 S N N N 0 M A 0 Files Type Files Type
56500 62607 1 S N N N 0 M A 0 Files Type Files Type
56245 62342 1 S N N N 0 M A 0 Files Type Files Type
56501 62609 1 S N N N 0 M A 0 Files Type Files Type
56503 62611 1 S N N N 0 M A 0 Files Type Files Type
56514 62625 1 S N N N 0 M A 0 Files Type Files Type
56515 62626 1 S N N N 0 M A 0 Files Type Files Type
56516 62627 1 S N N N 0 M A 0 Files Type Files Type
56517 62628 1 S N N N 0 M A 0 Files Type Files Type
56518 62629 1 S N N N 0 M A 0 Files Type Files Type
56519 62630 1 S N N N 0 M A 0 Files Type Files Type
56520 62631 1 S N N N 0 M A 0 Files Type Files Type
56521 62632 1 S N N N 0 M A 0 Files Type Files Type
56522 62633 1 S N N N 0 M A 0 Files Type Files Type
56523 62634 1 S N N N 0 M A 0 Files Type Files Type
56524 62635 1 S N N N 0 M A 0 Files Type Files Type
56013 62097 0 S N N N 0 M A 0 Files Type Files Type
56525 62636 1 S N N N 0 M A 0 Files Type Files Type
56014 62098 0 S N N N 0 M A 0 Files Type Files Type
56272 62370 1 S N N N 0 M A 0 Files Type Files Type
56021 62105 0 S N N N 0 M A 0 Files Type Files Type
54761 60784 0 S N N N 0 M A 0 Files Type Files Type
54764 60787 0 S N N N 0 M A 0 Files Type Files Type