INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8b45a5cc2b3e0dad33e5bfd0a2c7ddbe8f041130e6cbff0c497828e8b0f1c148', 
    'qoBGIfq/xMKuIVGq7o8Tjtbhl+mQ4aKJl8yPSbLByTs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)