SELECT 
  cscart_attachments.*, 
  cscart_attachment_descriptions.description 
FROM 
  cscart_attachments 
  LEFT JOIN cscart_attachment_descriptions ON cscart_attachments.attachment_id = cscart_attachment_descriptions.attachment_id 
  AND lang_code = 'en' 
WHERE 
  object_type = 'product' 
  AND object_id = 61425 
  AND type = 'M' 
  AND (
    usergroup_ids = '' 
    OR FIND_IN_SET(0, usergroup_ids) 
    OR FIND_IN_SET(1, usergroup_ids)
  ) 
  AND status = 'A' 
ORDER BY 
  position

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_attachments.position",
        "table": {
          "table_name": "cscart_attachments",
          "access_type": "ref",
          "possible_keys": ["object_type", "type"],
          "key": "object_type",
          "key_length": "95",
          "used_key_parts": ["object_type", "object_id"],
          "ref": ["const", "const"],
          "rows": 15,
          "filtered": 99.86836243,
          "index_condition": "cscart_attachments.object_type = 'product'",
          "attached_condition": "cscart_attachments.object_type <=> 'product' and cscart_attachments.object_id <=> 61425 and cscart_attachments.`type` = 'M' and (cscart_attachments.usergroup_ids = '' or find_in_set(0,cscart_attachments.usergroup_ids) or find_in_set(1,cscart_attachments.usergroup_ids)) and cscart_attachments.`status` = 'A'"
        }
      }
    },
    "table": {
      "table_name": "cscart_attachment_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["attachment_id", "lang_code"],
      "ref": ["cscart_migrate.cscart_attachments.attachment_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_attachment_descriptions.lang_code = 'en')"
    }
  }
}

Result

attachment_id object_type object_id type position filename filesize usergroup_ids status category last_updated description
15872 product 61425 M 0 MKT-0021_-_Optional_Accessories_-_REV_F.pdf 11539937 0 A 4 1681916486 Optional Accessories
20038 product 61425 M 0 01__Barnlight_BLE-XXX-XXX-CGG-CLR-XXX_2218-1_CLEAR.ies 8382 0 A 2 1661355862 Cast Guard with Clear Glass
20039 product 61425 M 0 02__Barnlight_BLE-XXX-XXX-CGG-FST-XXX_2218-1_FROST.ies 8630 0 A 2 1661355872 Cast Guard with Frosted Glass
20040 product 61425 M 0 03__Barnlight_BLE-XXX-XXX-CGG-RIB-XXX_2218-1_RIB.ies 8377 0 A 2 1661355903 Cast Guard with Ribbed Glass
15817 product 61425 M 0 SPS-0546_-_Industrial_Guard_Gooseneck_-_Rev_A.pdf 174283 0 A 1 1579551398 Industrial Guard Gooseneck
15818 product 61425 M 0 MKT-0025_-_Barn_Light_Electric_Finishes_-_REV_B.pdf 2418240 0 A 4 1605027451 Barn Light Electric Finishes
15819 product 61425 M 0 MKT-0018_-_Gooseneck_Specifications_-_REV_B.pdf 463870 0 A 4 1576092216 Gooseneck Specifications
15820 product 61425 M 0 INS-0001_-_Gooseneck_Fixture_-_Rev_T.pdf 138323 0 A 7 1576092325 Gooseneck Installation Instructions
15821 product 61425 M 0 INS-0028_-_Gooseneck_Fixture_with_Heavy_Duty_Backing_Plate_-_Rev_C.pdf 103276 0 A 7 1576092358 Gooseneck with Heavy Duty Backing Plate Installation Instructions
15822 product 61425 M 0 INS-0033_-_Gooseneck_Fixture_with_Dusk-to-Dawn_Photocell_-_Rev_A.pdf 176702 0 A 7 1576092381 Gooseneck with Dusk-to-Dawn Photocell Installation Instructions
15823 product 61425 M 0 INS-0029_-_G19_Gooseneck_Fixture_-_Rev_C.pdf 132382 0 A 7 1576092404 G19 Gooseneck Installation Instructions
15824 product 61425 M 0 INS-0020_-_G36_Adjustable_Gooseneck_-_Rev_C.pdf 169107 0 A 7 1576092432 G36 Gooseneck Installation Instructions
15825 product 61425 M 0 INS-0043_-_G40_Gooseneck_-_Rev_C.pdf 123214 0 A 7 1576092488 G40 Gooseneck Installation Instructions
15826 product 61425 M 0 INS-0067_-_G64_and_G65_Gooseneck_Light_-_Rev_B.pdf 241722 0 A 7 1576092515 G64 and G65 Gooseneck Installation Instructions
15827 product 61425 M 0 INS-0069_-_G64_and_G65_Gooseneck_Fixture_with_Dusk-to-Dawn_Photocell_-_Rev_B.pdf 197096 0 A 7 1576092538 G64 and G65 Gooseneck with Dusk-to-Dawn Photocell Installation Instructions