SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10246, 10247, 10248, 10249, 10250, 10251, 
    10252, 10253, 10254, 10255, 10256, 
    10257, 10258, 10259, 10260, 10261, 
    10425, 10426, 10427, 10428, 10429, 
    10430, 10431, 10432, 10433, 10434, 
    10435, 10436, 10437, 10438, 10439, 
    10440, 10441, 10442, 10443, 10444, 
    10522, 9803, 9805, 9797, 9800, 9799, 
    9798, 9801, 9802, 9806, 9804, 9809, 
    9810, 9811, 9812, 9807, 9808, 9905, 
    10168, 10041, 10643, 10606, 10094, 
    10097, 12703, 10177, 10175, 9813
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00058

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 (10246,10247,10248,10249,10250,10251,10252,10253,10254,10255,10256,10257,10258,10259,10260,10261,10425,10426,10427,10428,10429,10430,10431,10432,10433,10434,10435,10436,10437,10438,10439,10440,10441,10442,10443,10444,10522,9803,9805,9797,9800,9799,9798,9801,9802,9806,9804,9809,9810,9811,9812,9807,9808,9905,10168,10041,10643,10606,10094,10097,12703,10177,10175,9813) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}