INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '195a9e22370a16e7c36fafb95d2e17aa9d09b183b404cd251d8b11dc090f6ab0', 
    't5e1/h80ig5q6GJPhR5gnU5+dhoBwxmXCtDIhsmp5PI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)