INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'dba9600a38ea5db7e7876a533da225aed36fe8f059e5144e1f50753f117d3802', 
    'xR0/6tf6DLAOXtdanht9my08U8sY+s5lM24qpzVxzto=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)