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 (
    68974, 68973, 68972, 68971, 68970, 68969, 
    68968, 68967, 68966, 68965, 68964, 
    68963, 68962, 68961, 68960, 68959, 
    68958, 68957, 68956, 68955, 68954, 
    68953, 68952, 68951, 68950, 68949, 
    68948, 68947, 68946, 68945, 68321, 
    68290, 68289, 68288, 68286, 68285, 
    68284, 68283, 68282, 68281
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00116

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
63561 68281 1 S N N N 0 M A 0 Files Type Files Type
63562 68282 1 S N N N 0 M A 0 Files Type Files Type
63563 68283 1 S N N N 0 M A 0 Files Type Files Type
63564 68284 1 S N N N 0 M A 0 Files Type Files Type
63565 68285 1 S N N N 0 M A 0 Files Type Files Type
63566 68286 1 S N N N 0 M A 0 Files Type Files Type
63568 68288 1 S N N N 0 M A 0 Files Type Files Type
63569 68289 1 S N N N 0 M A 0 Files Type Files Type
63570 68290 1 S N N N 0 M A 0 Files Type Files Type
63600 68321 1 S N N N 0 M A 0 Files Type Files Type
64205 68945 1 S N N N 0 M A 0 Files Type Files Type
64206 68946 1 S N N N 0 M A 0 Files Type Files Type
64207 68947 1 S N N N 0 M A 0 Files Type Files Type
64208 68948 1 S N N N 0 M A 0 Files Type Files Type
64209 68949 1 S N N N 0 M A 0 Files Type Files Type
64210 68950 1 S N N N 0 M A 0 Files Type Files Type
64211 68951 1 S N N N 0 M A 0 Files Type Files Type
64212 68952 1 S N N N 0 M A 0 Files Type Files Type
64213 68953 1 S N N N 0 M A 0 Files Type Files Type
64214 68954 1 S N N N 0 M A 0 Files Type Files Type
64215 68955 1 S N N N 0 M A 0 Files Type Files Type
64216 68956 1 S N N N 0 M A 0 Files Type Files Type
64217 68957 1 S N N N 0 M A 0 Files Type Files Type
64218 68958 1 S N N N 0 M A 0 Files Type Files Type
64219 68959 1 S N N N 0 M A 0 Files Type Files Type
64220 68960 1 S N N N 0 M A 0 Files Type Files Type
64221 68961 1 S N N N 0 M A 0 Files Type Files Type
64222 68962 1 S N N N 0 M A 0 Files Type Files Type
64223 68963 1 S N N N 0 M A 0 Files Type Files Type
64224 68964 1 S N N N 0 M A 0 Files Type Files Type
64225 68965 1 S N N N 0 M A 0 Files Type Files Type
64226 68966 1 S N N N 0 M A 0 Files Type Files Type
64227 68967 1 S N N N 0 M A 0 Files Type Files Type
64228 68968 1 S N N N 0 M A 0 Files Type Files Type
64229 68969 1 S N N N 0 M A 0 Files Type Files Type
64230 68970 1 S N N N 0 M A 0 Files Type Files Type
64231 68971 1 S N N N 0 M A 0 Files Type Files Type
64232 68972 1 S N N N 0 M A 0 Files Type Files Type
64233 68973 1 S N N N 0 M A 0 Files Type Files Type
64234 68974 1 S N N N 0 M A 0 Files Type Files Type