SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10102, 10643, 10178, 10177, 10606, 10644, 
    10101, 10175, 10100, 15962, 15961, 
    15960, 15959, 10094, 10093, 9813, 10097, 
    9760, 9759, 9934, 9933, 9932, 9931, 
    9936, 9947, 9953, 9952, 10074, 10096, 
    10075, 10602, 10087, 10130, 10603, 
    10135, 10134, 10139, 10138, 10137, 
    10141, 10143, 10142, 12628, 12627, 
    12629, 10095, 10195, 10194, 10193, 
    10190, 10496, 10198, 10202, 10201, 
    10200, 10227, 10226, 10651, 9945, 10642, 
    10601, 9727, 9728, 9729
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00046

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ALL",
      "possible_keys": ["status", "product_id"],
      "rows": 77,
      "filtered": 83.11688232,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10102,10643,10178,10177,10606,10644,10101,10175,10100,15962,15961,15960,15959,10094,10093,9813,10097,9760,9759,9934,9933,9932,9931,9936,9947,9953,9952,10074,10096,10075,10602,10087,10130,10603,10135,10134,10139,10138,10137,10141,10143,10142,12628,12627,12629,10095,10195,10194,10193,10190,10496,10198,10202,10201,10200,10227,10226,10651,9945,10642,10601,9727,9728,9729) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}